Release Date: Aug. 14, 2025
发布日期:2025 年 8 月 14 日
Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.7 is the seventh maintenance release of 3.13.
Python 3.13 是 Python 编程语言的最新主要版本,与 Python 3.12 相比,它包含许多新功能和优化。3.13.7 是 3.13 的第七个维护版本。
3.13.7 is an expedited release to fix a significant issue with the 3.13.6 release:
3.13.7 是一个加急版本,用于修复 3.13.6 版本的一个重大问题:
gh-137583: Regression in ssl module between 3.13.5 and 3.13.6: reading from a TLS-encrypted connection blocks
gh-137583:3.13.5 和 3.13.6 之间的 ssl 模块回归:从 TLS 加密的连接块读取
A few other bug fixes (which would otherwise have waited until the next release) are also included.
还包括一些其他错误修复(否则会等到下一个版本)。