This repository has been archived by the owner on Apr 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Finish the PEP #22
Comments
|
Closed
IMO the "How to Teach This" and "References" sections are particularly important for this kind of language change.
"Exception Groups and |
Are there any? There's no existing code that would suddenly become insecure with exception groups. As for the new code that would be written with the new syntax -- idk, usually we don't cover that in PEPs. |
Another use case, similar to the pytest finalizers situation: atexit currently raises the last exception any registered handler raises: https://docs.python.org/3/library/atexit.html#atexit.register |
It's beginning to look like this really has a lot of use cases! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a space to discuss anything else that we still need to do.
The text was updated successfully, but these errors were encountered: