Skip to content

Commit bc39b68

Browse files
AA-Turnerhugovk
authored andcommitted
pythonGH-123299: Announce final release in What's New in Python 3.14 (pythonGH-139631)
(cherry picked from commit 134ff81) Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 433b638 commit bc39b68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 is the latest stable release of the Python programming
63+
Python 3.13 is a 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

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 3 deletions
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.14, compared to 3.13.
49-
Python 3.14 will be released on 7 October 2025.
49+
Python 3.14 was released on 7 October 2025.
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.14.
6161
Brevity is key.
6262
63-
Python 3.14 will be the latest stable release of the Python programming
63+
Python 3.14 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 :ref:`template string literals
@@ -3081,7 +3081,7 @@ Deprecated C APIs
30813081

30823082
.. _whatsnew314-build-changes:
30833083

3084-
Build Changes
3084+
Build changes
30853085
=============
30863086

30873087
* :pep:`776`: Emscripten is now an officially supported platform at

0 commit comments

Comments
 (0)