blog

Python 3.4.0がリリースされた!

Python 3.4.0がリリースされ、3.x系の改良、数百の細かい改良、バグ修正が含まれました。...

Aug 10, 2015 · 4 min. read
シェア

Python 3.4.0がリリースされ、3.xシリーズからの多くの改良、何百もの細かな改良、バグフィックスが含まれています。

注目すべきアップデートは以下の通り:

新しい構文機能。

  • Python 3.4 では新しい構文機能は追加されていません。

その他の新機能

  • .

  • .

  • command line option for .

  • that are not text encodings .

  • for the Import System .  

  • The format has been made .

新しいライブラリモジュール。

  • : .

  • : .

  • : .

  • : .

  • : , built upon the module primitives .

  • : A basic .

  • : .

ライブラリモジュールの大幅な改良

  • in .

  • New .

  • now has .

  • has a new submodule, , and a new subclass .

  • 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.

  • The module API has been declared stable

セキュリティの向上。

  • .

  • 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 の最適化、使用法、移植の可能性のある問題が含まれています。詳しくは、新機能の説明、変更履歴をご覧ください。

Read next

デザイナーが成長するための5つのステージ

エントリー、この時期、彼の心は質問でいっぱいで、知る必要があり、マスターすることがあまりにも多く、彼は非常に眠く、疲れを感じ、常に緊張感を伴い、見当識障害の巨大なシステムに迷い込みます。

Jul 30, 2015 · 4 min read