[Python-Dev] Re: PEP 654 except* formatting

2021年10月04日 10:26:39 -0700

On 10/3/2021 10:23 PM, Guido van Rossum wrote:
On Sun, Oct 3, 2021 at 9:20 PM Jonathan Goble <[email protected]> wrote:
 Therefore my vote is for requiring `except* E` and keeping `except
 *E` as a SyntaxError.
You can't do that with our current lexer+parser.
Seems like a good reason to promote "except group E" instead of "except * E", as others have suggested.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/RHUNTWTPDJS5M4KPGHCRV4H34BD26BFO/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to