Skip to content

Commit 9616a28

Browse files
committed
pythongh-95914: Add to what's new a credit for pep 678 author
1 parent 1402d2c commit 9616a28

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Doc/whatsnew/3.11.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,12 @@ PEP 678: Exceptions can be enriched with notes
199199
The :meth:`add_note` method was added to :exc:`BaseException`. It can be
200200
used to enrich exceptions with context information which is not available
201201
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`.)
202+
default traceback.
203+
204+
See :pep:`678` for more details.
205+
206+
(Contributed by Irit Katriel in :issue:`45607`. PEP written by
207+
Zac Hatfield-Dodds.)
204208

205209

206210
.. _new-feat-related-type-hints-311:

0 commit comments

Comments
 (0)