Pythonification of the asterisk-based collection packing/unpacking syntax

Neal Becker ndbecker2 at gmail.com
Wed Dec 21 10:48:36 EST 2011


Clarification: where can packing/unpacking syntax be used?

It would be great if it were valid essentially anywhere (not limited to 
parameter passing).

What about constructs like:

a, @tuple tail, b = sequence?




More information about the Python-list mailing list