Skip to content

GH-109975: Announce final release in What's New in Python 3.13 #125007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
when researching a change.

This article explains the new features in Python 3.13, compared to 3.12.
Python 3.13 will be released on October 7, 2024.
Python 3.13 was released on October 7, 2024.
For full details, see the :ref:`changelog <changelog>`.

.. seealso::
Expand All @@ -60,7 +60,7 @@ Summary -- Release Highlights
.. This section singles out the most important changes in Python 3.13.
Brevity is key.

Python 3.13 will be the latest stable release of the Python programming
Python 3.13 is the latest stable release of the Python programming
language, with a mix of changes to the language, the implementation
and the standard library.
The biggest changes include a new `interactive interpreter
Expand Down
Loading