Python 3.4.0がリリースされ、3.xシリーズからの多くの改良、何百もの細かな改良、バグフィックスが含まれています。
注目すべきアップデートは以下の通り:
新しい構文機能。
Python 3.4 では新しい構文機能は追加されていません。
その他の新機能
.
.
新しいライブラリモジュール。
ライブラリモジュールの大幅な改良
The and modules are now capable of correct introspection of a much wider variety of callable objects, which improves the output of the Python system.
セキュリティの向上。
.
New command line option for , ().
now has . and are more secure because they avoid sharing data with child processes.
child processes on Windows no longer inherit all of the parentの継承可能なハンドル, only the necessary ones.
A new function provides the .
.
for .
for .
The class has a .
All modules in the standard library that support SSL now support server certificate verification, including hostname matching .
SSLをサポートする標準ライブラリのすべてのモジュールが、ホスト名の照合を含むサーバー証明書の検証をサポートするようになりました。
CPythonの実装の改善。
.
活用は、ほとんどの場合.
.
.
その他、多くの CPython の最適化、使用法、移植の可能性のある問題が含まれています。詳しくは、新機能の説明、変更履歴をご覧ください。