1. 程式人生 > >Python 3.7.2 和 3.6.8 版本正式釋出

Python 3.7.2 和 3.6.8 版本正式釋出

  

Python 3.7.2 和 3.6.8 現已正式釋出。

3.7.2 是 Python 3.7 的下一個維護版本,也是 Python 的最新功能版本。3.6.8 則是 Python 3.6 的下一個和最後一個 bug 修復版本。後續官方將提供 Python 3.6 的安全修復支援到 2021 年。

兩個版本的更新內容相同:

Library

  • bpo-31715: Associate .mjs file extension with application/javascript MIME Type.

Build

  • bpo-35499make profile-opt no longer replaces CFLAGS_NODIST with CFLAGS. It now adds profile-guided optimization (PGO) flags to CFLAGS_NODIST: existing CFLAGS_NODIST flags are kept.

  • bpo-35257: Avoid leaking the linker flags from Link Time Optimizations (LTO) into distutils when compiling C extensions.

C API

更多詳情可查閱發行說明: