File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
7476Incompatible changes
@@ -90,7 +92,7 @@ If you encounter :exc:`NameError`\s or pickling errors coming out of
9092New features
9193============
9294
93- .. _whatsnew314-pep678 :
95+ .. _whatsnew314-pep768 :
9496
9597PEP 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> `.
You can’t perform that action at this time.
0 commit comments