Ehh, except if the object is a tuple. Because at conversion time it
is not known (in general) whether the %s is the only conversion in the
string, the elements of a tuple are distributed one by one over the
conversions. You can use str(a) or (a,) to force a as the only
argument.
Sorry...
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>