[Python-Dev] PEP 463: Exception-catching expressions (original) (raw)

Chris Angelico rosuav at gmail.com
Sat Mar 1 02:40:47 CET 2014


On Sat, Mar 1, 2014 at 12:24 PM, Glenn Linderman <v+python at g.nevcal.com> wrote:

You are overlooking that the keyword except provides exactly the connotation of lazy evaluation, so if this is your only reason for preferring the lambda syntax, you just erased it :)

Statements are always executed sequentially. That's not "lazy evaluation", that's just the way statements are :)

ChrisA



More information about the Python-Dev mailing list