Eric V. Smith <e...@trueblade.com> added the comment:

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?

----------

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

Reply via email to