On 2020-07-05 12:58 p.m., MRAB wrote:
On 2020-07-05 14:10, Soni L. wrote:
On 2020-07-05 10:03 a.m., MRAB wrote:
On 2020-07-05 13:39, Soni L. wrote:
1. saves keywords and 2. can be passed as callables.
since there's no lambda: raise, 2 is a new feature.
How would you re-raise an exception?
just call it.
Wouldn't that just conflate raise with re-raise?
raise x vs except: raise?
just except foo: foo()
What would be the replacement for:
raise ex from None
and so forth?
no idea. just don't use that anymore?
[snip]
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/SKPHKNJKLYN6QQWBEY2XIVRYANPUUS33/
Code of Conduct: http://python.org/psf/codeofconduct/