Skip to content

Commit e80ed2c

Browse files
authored
gh-123299: List PEPs 758 and 768 in 3.14 release highlights (#132211)
1 parent 3169743 commit e80ed2c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Doc/whatsnew/3.14.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ Summary -- release highlights
6666
6767
* :ref:`PEP 649: deferred evaluation of annotations <whatsnew314-pep649>`
6868
* :ref:`PEP 741: Python Configuration C API <whatsnew314-pep741>`
69+
* :ref:`PEP 758: Allow except and except* expressions without parentheses <whatsnew314-pep758>`
6970
* :ref:`PEP 761: Discontinuation of PGP signatures <whatsnew314-pep761>`
70-
* :ref:`A new type of interpreter <whatsnew314-tail-call>`
7171
* :ref:`PEP 765: Disallow return/break/continue that exit a finally block <whatsnew314-pep765>`
72+
* :ref:`PEP 768: Safe external debugger interface for CPython <whatsnew314-pep768>`
73+
* :ref:`A new type of interpreter <whatsnew314-tail-call>`
7274

7375

7476
Incompatible changes
@@ -90,7 +92,7 @@ If you encounter :exc:`NameError`\s or pickling errors coming out of
9092
New features
9193
============
9294

93-
.. _whatsnew314-pep678:
95+
.. _whatsnew314-pep768:
9496

9597
PEP 768: Safe external debugger interface for CPython
9698
-----------------------------------------------------
@@ -437,7 +439,7 @@ Other language changes
437439
* Support underscore and comma as thousands separators in the fractional part
438440
for floating-point presentation types of the new-style string formatting
439441
(with :func:`format` or :ref:`f-strings`).
440-
(Contrubuted by Sergey B Kirpichev in :gh:`87790`.)
442+
(Contributed by Sergey B Kirpichev in :gh:`87790`.)
441443

442444
* The :func:`bytes.fromhex` and :func:`bytearray.fromhex` methods now accept
443445
ASCII :class:`bytes` and :term:`bytes-like objects <bytes-like object>`.

0 commit comments

Comments
 (0)