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.dickinson
Recipients GlitchMr, Ramchandra Apte, mark.dickinson
Date 2012-09-30.13:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349010536.33.0.250542387603.issue16094@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me (Python 2.7.3):

>>> x = lambda (a, b), c: a + b + c
>>> x((2, 3), 4)
9

What issue are you seeing?
History
Date User Action Args
2012-09-30 13:08:56mark.dickinsonsetrecipients: + mark.dickinson, Ramchandra Apte, GlitchMr
2012-09-30 13:08:56mark.dickinsonsetmessageid: <1349010536.33.0.250542387603.issue16094@psf.upfronthosting.co.za>
2012-09-30 13:08:56mark.dickinsonlinkissue16094 messages
2012-09-30 13:08:56mark.dickinsoncreate