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 falsetru
Recipients falsetru, gvanrossum
Date 2007-09-05.05:52:57
SpamBayes Score 0.012078669
Marked as misclassified No
Message-id <1188971578.16.0.124603302539.issue1107@psf.upfronthosting.co.za>
In-reply-to
Content
lambda (x): x

should be transformed to 

lambda x: x

not
lambda x1: x1[0]
Files
File name Uploaded
2to3_lambda_nontuple_param.diff falsetru, 2007-09-05.05:52:57
History
Date User Action Args
2007-09-05 05:52:58falsetrusetspambayes_score: 0.0120787 -> 0.012078669
recipients: + falsetru, gvanrossum
2007-09-05 05:52:58falsetrusetspambayes_score: 0.0120787 -> 0.0120787
messageid: <1188971578.16.0.124603302539.issue1107@psf.upfronthosting.co.za>
2007-09-05 05:52:58falsetrulinkissue1107 messages
2007-09-05 05:52:57falsetrucreate