[Python-ideas] Improving Catching Exceptions

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jun 23 21:21:17 EDT 2017


Cameron Simpson wrote:
> Alas, no. It is existing syntax in Standard ML, not in Python.

But Python doesn't need it, because try-except-else covers
the same thing.

-- 
Greg


More information about the Python-ideas mailing list