From 1f6698693f75bfb5aa14d3c696177fd3503fee35 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:43:17 +0100 Subject: [PATCH] Copyedit What's New: Use Title Case for top-level headings --- Doc/whatsnew/3.14.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index c226f57e5025f0..8191b0ac5e4b5b 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -1,6 +1,6 @@ **************************** - What's new in Python 3.14 + What's New in Python 3.14 **************************** :Editors: Adam Turner and Hugo van Kemenade @@ -54,7 +54,7 @@ For full details, see the :ref:`changelog `. :pep:`745` -- Python 3.14 release schedule -Summary -- Release highlights +Summary -- Release Highlights ============================= .. This section singles out the most important changes in Python 3.14. @@ -140,7 +140,7 @@ Release changes: * :ref:`Binary releases for Android are now provided ` -New features +New Features ============ .. _whatsnew314-deferred-annotations: @@ -813,7 +813,7 @@ free-threaded build and false for the GIL-enabled build. (Contributed by Neil Schemenauer and Kumar Aditya in :gh:`130010`.) -Other language changes +Other Language Changes ====================== * All Windows code pages are now supported as 'cpXXX' codecs on Windows. @@ -992,7 +992,7 @@ Default interactive shell (Contributed by Tomas Roun in :gh:`69605`.) -New modules +New Modules =========== * :mod:`annotationlib`: @@ -1020,7 +1020,7 @@ New modules and Pablo Galindo Salgado in :gh:`132661`.) -Improved modules +Improved Modules ================ argparse @@ -2551,7 +2551,7 @@ urllib Deprecated ========== -New deprecations +New Deprecations ---------------- * Passing a complex number as the *real* or *imag* argument in the @@ -2702,7 +2702,7 @@ New deprecations .. include:: ../deprecations/pending-removal-in-future.rst -CPython bytecode changes +CPython Bytecode Changes ======================== * Replaced the opcode :opcode:`!BINARY_SUBSCR` by the :opcode:`BINARY_OP` @@ -2780,7 +2780,7 @@ Pseudo-instructions (Contributed by Mark Shannon in :gh:`122548`.) -C API changes +C API Changes ============= .. _whatsnew314-capi-config: