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 alex.gronholm
Recipients ajoino, alex.gronholm, asvetlov, chris.jerdonek, dreamsorcerer, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-21.00:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645403047.48.0.487802941159.issue46771@roundup.psfhosted.org>
In-reply-to
Content
> I was under the impression that ExceptionGroup was somewhat backwards compatible, in that you could still use `except CancelledError:` and it would catch all the errors in the group. But, maybe I'm wrong, I've not seen the documentation for the final feature yet, but that's the impression I got from the PEP.

No, you need the new except* syntax for that.
History
Date User Action Args
2022-02-21 00:24:07alex.gronholmsetrecipients: + alex.gronholm, gvanrossum, njs, jab, asvetlov, chris.jerdonek, yselivanov, tinchester, iritkatriel, dreamsorcerer, ajoino
2022-02-21 00:24:07alex.gronholmsetmessageid: <1645403047.48.0.487802941159.issue46771@roundup.psfhosted.org>
2022-02-21 00:24:07alex.gronholmlinkissue46771 messages
2022-02-21 00:24:07alex.gronholmcreate