Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gh-95914: Add to What's New a credit for PEP 678 author
  • Loading branch information
iritkatriel authored and CAM-Gerlach committed Aug 14, 2022
commit 81add60f11826093bd12de045b203b04e15f8c66
5 changes: 4 additions & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,11 @@ The :meth:`~BaseException.add_note` method is added to :exc:`BaseException`.
It can be used to enrich exceptions with context information
that is not available at the time when the exception is raised.
The added notes appear in the default traceback.

See :pep:`678` for more details.
(Contributed by Irit Katriel in :issue:`45607`.)

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


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