[3.14] GH-123299: Announce final release in What's New in Python 3.14 (GH-139631) (#139685)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-10-07 10:56:02 +02:00 committed by GitHub
parent 433b638af6
commit 33f1330bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View 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

View 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
@ -3081,7 +3081,7 @@ Deprecated C APIs
.. _whatsnew314-build-changes:
Build Changes
Build changes
=============
* :pep:`776`: Emscripten is now an officially supported platform at