Steven D'Aprano <[EMAIL PROTECTED]> writes: > I think the problem is that Python developers are split between those who > see tuples as immutable lists, and those who see them as records/structs.
I think the construction def f(*a): ... shows that the "immutable list" interpretation is firmly ensconced in the language. -- http://mail.python.org/mailman/listinfo/python-list