Łukasz Langa wrote:
> My idea is this:
> try:
>     ...
> except group E as e:
>     ...
> except group E1, T2 as e:
>     ...
> Should be doable given the magical match-case contextual keywords precedent. 
> This looks nice and is explicit, since you will always get an ExceptionGroup 
> instance under `e`.

Heh, we crossed posts with the soft keywords. I like your idea (“except group”) 
better than mine (“except each”).
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4FPTSD6VAIJD2WSP63KQUOQLDAOI3EWR/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to