On Sat, Mar 1, 2014 at 12:24 PM, Glenn Linderman <[email protected]> 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 _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
