






















I’m pleased to announce the release of Python 3.12.4: https://www.python.org/downloads/release/python-3124/
Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.4 is the latest maintenance release, containing more than 250 bugfixes, build improvements and documentation changes since 3.12.3.
wstr and wstr_length members of the C implementation of unicode objects were removed, per PEP 623.unittest module, a number of long deprecated methods and classes were removed. (They had been deprecated since Python 3.1 or 3.2).smtpd and distutils modules have been removed (see PEP 594 and PEP 632. The setuptools package continues to provide the distutils module.SyntaxWarning instead of DeprecationWarning, making them more visible. (They will become syntax errors in the future.)For more details on the changes to Python 3.12, see What’s new in Python 3.12.
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.
Your release team,
Thomas Wouters
Łukasz Langa
Ned Deily
Steve Dower
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。