https://github.com/python/cpython/commit/a01970d6a2add5a07af58b0aa3ca280bad62b9fd commit: a01970d6a2add5a07af58b0aa3ca280bad62b9fd branch: 3.12 author: T. Wouters <[email protected]> committer: Yhg1s <[email protected]> date: 2024-10-07T11:51:07-07:00 summary:
[3.12] GH-109975: Announce final release in What's New in Python 3.13 (GH-125007) (#125034) Prepare What's New in Python 3.13 for final release (cherry picked from commit 31516c98dd7097047ba10da8dcf728c3d580f3d6) Co-authored-by: Adam Turner <[email protected]> files: M Doc/whatsnew/3.12.rst diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 09f47b7041e9e8..5c36e2d4bcfb49 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -59,7 +59,7 @@ Summary -- Release highlights .. This section singles out the most important changes in Python 3.12. Brevity is key. -Python 3.12 is the latest stable release of the Python programming language, +Python 3.12 is a stable release of the Python programming language, with a mix of changes to the language and the standard library. The library changes focus on cleaning up deprecated APIs, usability, and correctness. Of note, the :mod:`!distutils` package has been removed from the standard library. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
