こんにちは、PyQチームです。 Pythonの最新情報のお知らせです。
Python3.11の正式版「Python 3.11.0 final」が2022年10月24日にリリースされました。
Python 3.11.0 final(正式版)がリリースされました
2022年10月24日にPython3.11.0の正式版「Python 3.11.0 final」がリリースされました。
Python 3.11.0 新機能紹介記事
Python3.11.0の追加機能については、7月にPython3.11.0先取り記事でご紹介しました。
以下の新要素について解説しています。ぜひこちらも読んでみてくださいね。
- Faster CPython
- Enhanced error locations in tracebacks
- PEP 655: Marking individual TypedDict items as required or potentially-missing.
- PEP 673: Self type.