We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1402d2c commit 9616a28Copy full SHA for 9616a28
Doc/whatsnew/3.11.rst
@@ -199,8 +199,12 @@ PEP 678: Exceptions can be enriched with notes
199
The :meth:`add_note` method was added to :exc:`BaseException`. It can be
200
used to enrich exceptions with context information which is not available
201
at the time when the exception is raised. The notes added appear in the
202
-default traceback. See :pep:`678` for more details. (Contributed by
203
-Irit Katriel in :issue:`45607`.)
+default traceback.
+
204
+See :pep:`678` for more details.
205
206
+(Contributed by Irit Katriel in :issue:`45607`. PEP written by
207
+Zac Hatfield-Dodds.)
208
209
210
.. _new-feat-related-type-hints-311:
0 commit comments