File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ Summary -- release highlights
66
66
67
67
* :ref: `PEP 649: deferred evaluation of annotations <whatsnew314-pep649 >`
68
68
* :ref: `PEP 741: Python Configuration C API <whatsnew314-pep741 >`
69
+ * :ref: `PEP 758: Allow except and except* expressions without parentheses <whatsnew314-pep758 >`
69
70
* :ref: `PEP 761: Discontinuation of PGP signatures <whatsnew314-pep761 >`
70
- * :ref: `A new type of interpreter <whatsnew314-tail-call >`
71
71
* :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 >`
72
74
73
75
74
76
Incompatible changes
@@ -90,7 +92,7 @@ If you encounter :exc:`NameError`\s or pickling errors coming out of
90
92
New features
91
93
============
92
94
93
- .. _whatsnew314-pep678 :
95
+ .. _whatsnew314-pep768 :
94
96
95
97
PEP 768: Safe external debugger interface for CPython
96
98
-----------------------------------------------------
@@ -437,7 +439,7 @@ Other language changes
437
439
* Support underscore and comma as thousands separators in the fractional part
438
440
for floating-point presentation types of the new-style string formatting
439
441
(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 `.)
441
443
442
444
* The :func: `bytes.fromhex ` and :func: `bytearray.fromhex ` methods now accept
443
445
ASCII :class: `bytes ` and :term: `bytes-like objects <bytes-like object> `.
You can’t perform that action at this time.
0 commit comments