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 ekontsevoy, eric.smith, r.david.murray
Date 2012-06-20.01:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340154159.76.0.352747837813.issue15109@psf.upfronthosting.co.za>
In-reply-to
Content
Could you reproduce this in a short script that doesn't use sqlite? I'm looking for something like:

str = 'some-string'
"{0}".format(str)

Also: is that the entire traceback? I don't see how format could be invoking a codec. Maybe the error occurs when writing it to stdout, or some other operation that's encoding?
History
Date User Action Args
2012-06-20 01:02:39eric.smithsetrecipients: + eric.smith, r.david.murray, ekontsevoy
2012-06-20 01:02:39eric.smithsetmessageid: <1340154159.76.0.352747837813.issue15109@psf.upfronthosting.co.za>
2012-06-20 01:02:39eric.smithlinkissue15109 messages
2012-06-20 01:02:38eric.smithcreate