On Wed, 21 Sep 2005 18:48:22 +0200, Christophe wrote: > Well, I prefer the explicit tuple unpack anyway. It gives better results > than using tuple indexing ( and better performance too most of the time )
I would love to see your test code and profiling results that demonstrate that explicit tuple unpacking in the body of a function is faster than tuple unpacking (implicit or explicit) in the header of a function. -- Steven. -- http://mail.python.org/mailman/listinfo/python-list