[Python-ideas] except expression

Ethan Furman ethan at stoneleaf.us
Wed Feb 19 00:58:45 CET 2014


On 02/18/2014 12:55 PM, Chris Angelico wrote:
>
> Conclusions: The need for chained exception catching might not be so
> great after all, and even the 'as' keyword isn't as (heh heh)
> important as I thought it was.

I wouldn't base that conclusion on the lack of seeing the new syntax in the stdlib.  The stdlib works -- going through 
and changing working code to use the new syntax is at best code churn, and at worst (and more likely) introducing new bugs.

--
~Ethan~


More information about the Python-ideas mailing list