Skip to content

Commit 81add60

Browse files
iritkatrielCAM-Gerlach
authored andcommitted
gh-95914: Add to What's New a credit for PEP 678 author
1 parent 548e6c7 commit 81add60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,11 @@ The :meth:`~BaseException.add_note` method is added to :exc:`BaseException`.
193193
It can be used to enrich exceptions with context information
194194
that is not available at the time when the exception is raised.
195195
The added notes appear in the default traceback.
196+
196197
See :pep:`678` for more details.
197-
(Contributed by Irit Katriel in :issue:`45607`.)
198+
199+
(Contributed by Irit Katriel in :issue:`45607`.
200+
PEP written by Zac Hatfield-Dodds.)
198201

199202

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

0 commit comments

Comments
 (0)