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 -- 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/O7V4G4DWEOXNWZB6MP4PKOXV46XKVT67/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to