On 06/08/2020 23:14, Steele Farnsworth wrote:
I have wanted this sort of syntax before but assumed it wasn't feasible and never considered how I'd want it to look. One possibility that wasn't mentioned in Chris's earlier PEP is this:

`value = func() except Exception with default`
Er, how is this different from
    (value = func() except Exception: default)
which is the PEP 463 syntax?

Though you'd almost certainly want to use a more specific exception.
True.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/LI6AEY5PIMAFODOSRQUSBSCPWTK3JJTT/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to