This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark
Recipients lorg, mark
Date 2008-03-13.11:47:48
SpamBayes Score 0.033614717
Marked as misclassified No
Message-id <200803131142.54306.mark@qtrac.eu>
In-reply-to <1205407116.95.0.310925247069.issue2283@psf.upfronthosting.co.za>
Content
On 2008-03-13, Imri Goldberg wrote:
> Imri Goldberg <lorgandon@gmail.com> 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.)
History
Date User Action Args
2008-03-13 11:47:49marksetspambayes_score: 0.0336147 -> 0.033614717
recipients: + mark, lorg
2008-03-13 11:47:48marklinkissue2283 messages
2008-03-13 11:47:48markcreate