File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ This article explains the new features in Python 3.11, compared to 3.10.
50
50
For full details, see the :ref: `changelog <changelog >`.
51
51
52
52
53
+ .. _whatsnew311-summary :
54
+
53
55
Summary -- Release highlights
54
56
=============================
55
57
@@ -97,6 +99,8 @@ Important deprecations, removals or restrictions:
97
99
* :pep: `670 `: Convert macros to functions in the Python C API.
98
100
99
101
102
+ .. _whatsnew311-features :
103
+
100
104
New Features
101
105
============
102
106
@@ -170,6 +174,8 @@ and Ammar Askar in :issue:`43950`.)
170
174
or the :envvar: `PYTHONNODEBUGRANGES ` environment variable.
171
175
172
176
177
+ .. _whatsnew311-pep654 :
178
+
173
179
PEP 654: Exception Groups and ``except* ``
174
180
-----------------------------------------
175
181
@@ -186,6 +192,8 @@ See :pep:`654` for more details.
186
192
Irit Katriel, Yury Selivanov and Guido van Rossum.)
187
193
188
194
195
+ .. _whatsnew311-pep670 :
196
+
189
197
PEP 678: Exceptions can be enriched with notes
190
198
----------------------------------------------
191
199
You can’t perform that action at this time.
0 commit comments