We believe that we have found a simple way to make it possible to subclass
exception groups, with fully functioning split() and subgroup().

See this section in the PEP:
https://www.python.org/dev/peps/pep-0654/#subclassing-exception-groups
It was also added to the reference implementation.

This probably opens new possibilities for adoption strategies of exception
groups and except* (in terms of the interaction of exception groups with
except).
_______________________________________________
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/33AQ3V3RXRBWWCILJNCEIEERNGAG3M2T/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to