]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-123299: Announce final release in What's New in Python 3.14 (#139631)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 7 Oct 2025 08:49:59 +0000 (09:49 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 08:49:59 +0000 (08:49 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.14.rst

index bc5a21e172d0bc899014c57f560fb3ebed62e13d..1548f128b5bdac18ce8af6578a459a12a6665991 100644 (file)
@@ -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 is the latest stable release of the Python programming
+Python 3.13 is a 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
index 15fab9c6b3e2e18e32b52b59161cc55ddb73141c..b174333760e76ae096a684d77b20c8bb4ca5a714 100644 (file)
@@ -46,7 +46,7 @@
    when researching a change.
 
 This article explains the new features in Python 3.14, compared to 3.13.
-Python 3.14 will be released on 7 October 2025.
+Python 3.14 was released on 7 October 2025.
 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.14.
    Brevity is key.
 
-Python 3.14 will be the latest stable release of the Python programming
+Python 3.14 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 :ref:`template string literals
@@ -3083,7 +3083,7 @@ Deprecated C APIs
 
 .. _whatsnew314-build-changes:
 
-Build Changes
+Build changes
 =============
 
 * :pep:`776`: Emscripten is now an officially supported platform at