본문 바로가기
python

예약어에 바인딩이 된다?

by Falto 2023. 2. 19.

What’s New In Python 3.10 — Python 3.10.10 documentation

 

What’s New In Python 3.10 — Python 3.10.10 documentation

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

python 3.10에 match case가 추가된 걸 오늘 알았다.

근데 그러면 match나 case를 변수명으로 쓴 파이썬러들은 다 죽는 거 아닌가? 싶었는데...

이게 웬 걸. match와 case에 바인딩이 되는 것이다!

그럼 그렇지. 파이썬 개발자가 아무 생각 없이 match case를 추가했을리가 없다.

댓글