A tuple in order to pass returned values ?

Daniel Dorani ddandd at gmail.com
Wed Oct 5 10:53:56 EDT 2011


this feature has been removed in python3 in accordance to the PEP 3113 (http://www.python.org/dev/peps/pep-3113/), you should consider using the * operator http://docs.python.org/tutorial/controlflow.html#unpacking-argument-lists . 



More information about the Python-list mailing list