We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548e6c7 commit 81add60Copy full SHA for 81add60
Doc/whatsnew/3.11.rst
@@ -193,8 +193,11 @@ The :meth:`~BaseException.add_note` method is added to :exc:`BaseException`.
193
It can be used to enrich exceptions with context information
194
that is not available at the time when the exception is raised.
195
The added notes appear in the default traceback.
196
+
197
See :pep:`678` for more details.
-(Contributed by Irit Katriel in :issue:`45607`.)
198
199
+(Contributed by Irit Katriel in :issue:`45607`.
200
+PEP written by Zac Hatfield-Dodds.)
201
202
203
.. _new-feat-related-type-hints-311:
0 commit comments