Neal Becker wrote:
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?

You mean like Python 3's:

a, *middle, b = sequence

?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to