[New-bugs-announce] [issue1107] [patch] 2to3, lambda with non-tuple argument inside parenthesis

Jeong-Min Lee report at bugs.python.org
Wed Sep 5 07:52:58 CEST 2007


New submission from Jeong-Min Lee:

lambda (x): x

should be transformed to 

lambda x: x

not
lambda x1: x1[0]

----------
components: Demos and Tools
files: 2to3_lambda_nontuple_param.diff
messages: 55654
nosy: falsetru, gvanrossum
severity: normal
status: open
title: [patch] 2to3, lambda with non-tuple argument inside parenthesis

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1107>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2to3_lambda_nontuple_param.diff
Type: text/x-patch
Size: 1303 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070905/cf48ca68/attachment.bin 


More information about the New-bugs-announce mailing list