[issue2127] sqlite3 docs should mention utf8 requirement

Gerhard Häring report at bugs.python.org
Sun May 4 15:54:30 CEST 2008


Gerhard Häring <gh at ghaering.de> added the comment:

The implementation in SVN should in the meatntime behave like you expect
now. Look for database_utf8 = PyUnicode_AsUTF8String(database); in
connection.c to see the implementation.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2127>
__________________________________


More information about the Python-bugs-list mailing list