Donn Cave <[EMAIL PROTECTED]> writes: > Unpredictable? How do you manage to write functions in this case? > Are all your formal parameter lists like (*a), with logic to deal > with the variable lengths?
I'm thinking of functions like printf, which take a variable number of args and don't assign them into variables by position. -- http://mail.python.org/mailman/listinfo/python-list