without haste but without rest

[Python3] 파이썬 3.10 업데이트 내용 본문

ProgrammingLanguage/Python

[Python3] 파이썬 3.10 업데이트 내용

JinungKim 2021. 10. 19. 17:01

https://docs.python.org/ko/3/whatsnew/3.10.html

 

What’s New In Python 3.10 — Python 3.10.0 문서

Parenthesized context managers Using enclosing parentheses for continuation across multiple lines in context managers is now supported. This allows formatting a long collection of context managers in multiple lines in a similar way as it was previously pos

docs.python.org


1. 새로운 구문 기능 (match 구문 추가)

2. zip에 선택적 길이 검사 추가

3. 구문 에러시 인터프리터가 어디에서 문제가 생겼는지 더 자세하게 알려줌

4. 새로운 타이핑 기능

5. 지원 중단 및, 제거 또는 제한 사항

Comments