Message 413624 - Python tracker (original) (raw)
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.