Aug. 1, 2013
5:49 a.m.
On 01/08/13 13:24, Göktuğ Kayaalp wrote:
BTW, if a multi-statement anonymous function syntax was to be considered seriously, I'd recommend a lambda statement with colon replaced with a brace-delimited block
You can get an idea of how brace-delimited blocks are treated by using a __future__ directive. At the interactive interpreter: from __future__ import braces and then take it from there. -- Steven