* for generic unpacking and not just for arguments?

Bearophile bearophileHUGS at lycos.com
Sun Nov 29 16:08:40 EST 2009


Christian Heimes:
> The feature is available in Python 3.x:
>
> >>> a, b, *c = 1, 2, 3, 4, 5

Is it planned to be added to a close future Python 2.x version? I
really hope the answer is positive.

Bye,
bearophile



More information about the Python-list mailing list