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 inducer
Recipients amaury.forgeotdarc, inducer, kurtoglu, nlopes
Date 2009-07-09.22:41:07
SpamBayes Score 0.006534412
Marked as misclassified No
Message-id <1247179268.91.0.682361958215.issue6323@psf.upfronthosting.co.za>
In-reply-to
Content
Vladislav: The behavior you find funny is actually correct. "pass" is a
statement and as such not allowed in a lambda. (only expressions are)
Your posting is unrelated to this bug report. If you're still confused,
please ask on comp.lang.python.
History
Date User Action Args
2009-07-09 22:41:08inducersetrecipients: + inducer, amaury.forgeotdarc, nlopes, kurtoglu
2009-07-09 22:41:08inducersetmessageid: <1247179268.91.0.682361958215.issue6323@psf.upfronthosting.co.za>
2009-07-09 22:41:08inducerlinkissue6323 messages
2009-07-09 22:41:07inducercreate