On 2/22/21 4:24 PM, Irit Katriel via Python-Dev wrote:
> We would like to request feedback on PEP 654 -- Exception Groups and
> except*.
>
> https://www.python.org/dev/peps/pep-0654/
>
> It proposes language extensions that allow programs to raise and
> handle multiple unrelatedexceptions simultaneously, motivated by the
> needs of asyncio and other concurrency libraries,but with other use
> cases as well.
It sounds like the long-term goal is to move away from `except` and
replace it with `except *` -- is that correct?
--
~Ethan~
_______________________________________________
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/IT56OKHUKVUNJHAF2UYNDXTK5MYPDNZ6/
Code of Conduct: http://python.org/psf/codeofconduct/