]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Mon, 7 Oct 2024 04:43:03 +0000 (05:43 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 04:43:03 +0000 (21:43 -0700)
Prepare What's New in Python 3.13 for final release

Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst

index ec110a3952c07c745727e1be2e2315c264175d24..fb8809feda4ec78377578075a1cb2a8936bc56c7 100644 (file)
@@ -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.
index e629fc122f1397a73ccf2052cae6f9e9b1cb830a..a47d5e077a357b8de2e79ca92f90b279c593ae90 100644 (file)
@@ -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::
@@ -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