Skip to content

Commit 8c80a26

Browse files
[3.13] GH-109975: Announce final release in What's New in Python 3.13 (GH-125007) (#125033)
Prepare What's New in Python 3.13 for final release (cherry picked from commit 31516c9) Co-authored-by: Adam Turner <[email protected]>
1 parent 626b4a8 commit 8c80a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Summary -- Release highlights
5959
.. This section singles out the most important changes in Python 3.12.
6060
Brevity is key.
6161
62-
Python 3.12 is the latest stable release of the Python programming language,
62+
Python 3.12 is a stable release of the Python programming language,
6363
with a mix of changes to the language and the standard library.
6464
The library changes focus on cleaning up deprecated APIs, usability, and correctness.
6565
Of note, the :mod:`!distutils` package has been removed from the standard library.

Diff for: Doc/whatsnew/3.13.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
when researching a change.
4747
4848
This article explains the new features in Python 3.13, compared to 3.12.
49-
Python 3.13 will be released on October 7, 2024.
49+
Python 3.13 was released on October 7, 2024.
5050
For full details, see the :ref:`changelog <changelog>`.
5151

5252
.. seealso::
@@ -60,7 +60,7 @@ Summary -- Release Highlights
6060
.. This section singles out the most important changes in Python 3.13.
6161
Brevity is key.
6262
63-
Python 3.13 will be the latest stable release of the Python programming
63+
Python 3.13 is the latest stable release of the Python programming
6464
language, with a mix of changes to the language, the implementation
6565
and the standard library.
6666
The biggest changes include a new `interactive interpreter

0 commit comments

Comments
 (0)