On 6/10/21 7:15 am, sascha.schlemmer--- via Python-Dev wrote:
except (*E1, *E2) as error: ...
Then we would have to decide whether to allow
except (E1, *E2) as error: ...
and if so, what it would mean.
--
Greg
_______________________________________________
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/O7V4G4DWEOXNWZB6MP4PKOXV46XKVT67/
Code of Conduct: http://python.org/psf/codeofconduct/