This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients iritkatriel
Date 2021-09-26.14:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
We will implement Exception Groups and except* in a series of PRs:

1. Add the ExceptionGroup and BaseExceptionGroup classes
2. Update traceback rendering code (python and C) for exception groups.
3. Implement except*
4. Write documentation sections.
History
Date User Action Args
2021-09-26 14:37:30iritkatrielsetrecipients: + iritkatriel
2021-09-26 14:37:29iritkatrielsetmessageid: <[email protected]>
2021-09-26 14:37:29iritkatriellinkissue45292 messages
2021-09-26 14:37:29iritkatrielcreate