[issue15109] sqlite3.Connection.iterdump() dies with encoding exception

Eric V. Smith report at bugs.python.org
Wed Jun 20 03:02:39 CEST 2012


Eric V. Smith <eric at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15109>
_______________________________________


More information about the Python-bugs-list mailing list