Mark Summerfield <[EMAIL PROTECTED]> added the comment:

On 2008-03-13, Imri Goldberg wrote:
> Imri Goldberg <[EMAIL PROTECTED]> added the comment:
>
> This is not a bug, just missing parenthesis.
>
> >>> lambda x: x,x
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> NameError: name 'x' is not defined
>
> >>> lambda x: (x,x)
>
> <function <lambda> at 0x8293e2c>

Yes, sorry.

(But I don't seem to have the ability to make the bug resolved or
deleted.)

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2283>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to