[Python-ideas] except expression

spir denis.spir at gmail.com
Thu Feb 13 11:39:00 CET 2014


On 02/13/2014 06:46 AM, Antony Lee wrote:
> Even more generally (not sure allowing multiple clauses is a good idea but
> at least "if" sounds better than "for", I think.

Agreed.

	foo = something() except None if BarException

d


More information about the Python-ideas mailing list