azrael wrote:

Thanks Worked fine for me. I was a freakin idiot. I forgot about using
a tuple. damn lists :D

The special casing of tuples versus other sequence objects with % formatting, and the forgetting and mistake making of multiple people is one of the reasons for the new .format system. Any sequence can either be passed and printed as a single object or *unrolled as multiple objects.

tjr

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to