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 eric.smith
Recipients berker.peksag, eric.smith, ned.deily, python-dev, r.david.murray, serhiy.storchaka, socketpair, vstinner
Date 2016-10-31.12:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477918026.55.0.566449719469.issue28385@psf.upfronthosting.co.za>
In-reply-to
Content
TypeError is documented as "Raised when an operation or function is applied to an object of inappropriate type". I think that fits this case: you're applying some format code to a type that doesn't support it.
History
Date User Action Args
2016-10-31 12:47:06eric.smithsetrecipients: + eric.smith, vstinner, ned.deily, r.david.murray, socketpair, python-dev, berker.peksag, serhiy.storchaka
2016-10-31 12:47:06eric.smithsetmessageid: <1477918026.55.0.566449719469.issue28385@psf.upfronthosting.co.za>
2016-10-31 12:47:06eric.smithlinkissue28385 messages
2016-10-31 12:47:06eric.smithcreate