Mark Dickinson added the comment:

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?

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to