|
1 | 1 |
|
2 | 2 | ****************************
|
3 |
| - What's new in Python 3.14 |
| 3 | + What's New in Python 3.14 |
4 | 4 | ****************************
|
5 | 5 |
|
6 | 6 | :Editors: Adam Turner and Hugo van Kemenade
|
@@ -54,7 +54,7 @@ For full details, see the :ref:`changelog <changelog>`.
|
54 | 54 | :pep:`745` -- Python 3.14 release schedule
|
55 | 55 |
|
56 | 56 |
|
57 |
| -Summary -- Release highlights |
| 57 | +Summary -- Release Highlights |
58 | 58 | =============================
|
59 | 59 |
|
60 | 60 | .. This section singles out the most important changes in Python 3.14.
|
@@ -140,7 +140,7 @@ Release changes:
|
140 | 140 | * :ref:`Binary releases for Android are now provided <whatsnew314-build-changes>`
|
141 | 141 |
|
142 | 142 |
|
143 |
| -New features |
| 143 | +New Features |
144 | 144 | ============
|
145 | 145 |
|
146 | 146 | .. _whatsnew314-deferred-annotations:
|
@@ -813,7 +813,7 @@ free-threaded build and false for the GIL-enabled build.
|
813 | 813 | (Contributed by Neil Schemenauer and Kumar Aditya in :gh:`130010`.)
|
814 | 814 |
|
815 | 815 |
|
816 |
| -Other language changes |
| 816 | +Other Language Changes |
817 | 817 | ======================
|
818 | 818 |
|
819 | 819 | * All Windows code pages are now supported as 'cpXXX' codecs on Windows.
|
@@ -992,7 +992,7 @@ Default interactive shell
|
992 | 992 | (Contributed by Tomas Roun in :gh:`69605`.)
|
993 | 993 |
|
994 | 994 |
|
995 |
| -New modules |
| 995 | +New Modules |
996 | 996 | ===========
|
997 | 997 |
|
998 | 998 | * :mod:`annotationlib`:
|
@@ -1020,7 +1020,7 @@ New modules
|
1020 | 1020 | and Pablo Galindo Salgado in :gh:`132661`.)
|
1021 | 1021 |
|
1022 | 1022 |
|
1023 |
| -Improved modules |
| 1023 | +Improved Modules |
1024 | 1024 | ================
|
1025 | 1025 |
|
1026 | 1026 | argparse
|
@@ -2551,7 +2551,7 @@ urllib
|
2551 | 2551 | Deprecated
|
2552 | 2552 | ==========
|
2553 | 2553 |
|
2554 |
| -New deprecations |
| 2554 | +New Deprecations |
2555 | 2555 | ----------------
|
2556 | 2556 |
|
2557 | 2557 | * Passing a complex number as the *real* or *imag* argument in the
|
@@ -2702,7 +2702,7 @@ New deprecations
|
2702 | 2702 | .. include:: ../deprecations/pending-removal-in-future.rst
|
2703 | 2703 |
|
2704 | 2704 |
|
2705 |
| -CPython bytecode changes |
| 2705 | +CPython Bytecode Changes |
2706 | 2706 | ========================
|
2707 | 2707 |
|
2708 | 2708 | * Replaced the opcode :opcode:`!BINARY_SUBSCR` by the :opcode:`BINARY_OP`
|
@@ -2780,7 +2780,7 @@ Pseudo-instructions
|
2780 | 2780 | (Contributed by Mark Shannon in :gh:`122548`.)
|
2781 | 2781 |
|
2782 | 2782 |
|
2783 |
| -C API changes |
| 2783 | +C API Changes |
2784 | 2784 | =============
|
2785 | 2785 |
|
2786 | 2786 | .. _whatsnew314-capi-config:
|
|
0 commit comments