[Python-Dev] PEP 463: Exception-catching expressions

Ethan Furman ethan at stoneleaf.us
Sat Feb 22 05:08:42 CET 2014


On 02/21/2014 07:46 PM, Chris Angelico wrote:
>
> but not this:
>
> value = expr except Exception: default except Exception: default

This should be the way it works.  Nothing is gained in readability by turning a try with multiple except statements into 
an expression.

--
~Ethan~


More information about the Python-Dev mailing list