Jeff McNeil <j...@jmcneil.net> added the comment:

I went through the patch real quick and I noticed that your using single 
element tuples in your string formatting.  That makes sense in situations where 
the argument might itself be a tuple, however, not on calls to len() as that 
will return an integer.

----------
nosy: +mcjeff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14652>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to