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