Skip to content

Commit

Permalink
pythongh-95914: Add to what's new a credit for pep 678 author
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Aug 13, 2022
1 parent 1402d2c commit 9616a28
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,12 @@ PEP 678: Exceptions can be enriched with notes
The :meth:`add_note` method was added to :exc:`BaseException`. It can be
used to enrich exceptions with context information which is not available
at the time when the exception is raised. The notes added appear in the
default traceback. See :pep:`678` for more details. (Contributed by
Irit Katriel in :issue:`45607`.)
default traceback.

See :pep:`678` for more details.

(Contributed by Irit Katriel in :issue:`45607`. PEP written by
Zac Hatfield-Dodds.)


.. _new-feat-related-type-hints-311:
Expand Down

0 comments on commit 9616a28

Please sign in to comment.