This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mcjeff
Recipients mcjeff, ssm
Date 2012-05-17.04:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337227464.34.0.514375745072.issue14652@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-17 04:04:24mcjeffsetrecipients: + mcjeff, ssm
2012-05-17 04:04:24mcjeffsetmessageid: <1337227464.34.0.514375745072.issue14652@psf.upfronthosting.co.za>
2012-05-17 04:04:23mcjefflinkissue14652 messages
2012-05-17 04:04:23mcjeffcreate