Paul Rubin wrote:
> Christopher Subich <[EMAIL PROTECTED]> writes:
> 
>>My personal favourite is to replace "lambda" entirely with an
>>"expression comprehension", using < and > delimeters.
> 
> 
> But how does that let you get more than one expression into the
> anonymous function?

It doesn't.  Functionally, it's a direct replacement of lambda as-is.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to