From c02067e3783f1aa032316a9aa2c2608b9d95119b Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:46:47 +0100 Subject: [PATCH 1/2] Prepare What's New in Python 3.14 for final release --- Doc/whatsnew/3.13.rst | 2 +- Doc/whatsnew/3.14.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index bc5a21e172d0bc..1548f128b5bdac 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index c226f57e5025f0..bbca3c83da4f19 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -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 `. .. 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 From 4e752011b91fa6b8e8a925e7aafbd406710af7e1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:42:28 +0300 Subject: [PATCH 2/2] Fix heading case --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index bbca3c83da4f19..b22f299343be1c 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -3070,7 +3070,7 @@ Deprecated C APIs .. _whatsnew314-build-changes: -Build Changes +Build changes ============= * :pep:`776`: Emscripten is now an officially supported platform at