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 ghaering
Recipients amaury.forgeotdarc, georg.brandl, ghaering, resolve1, vdupras
Date 2008-05-04.13:54:29
SpamBayes Score 0.06582525
Marked as misclassified No
Message-id <1209909270.33.0.282429694669.issue2127@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-04 13:54:30ghaeringsetspambayes_score: 0.0658253 -> 0.06582525
recipients: + ghaering, georg.brandl, amaury.forgeotdarc, vdupras, resolve1
2008-05-04 13:54:30ghaeringsetspambayes_score: 0.0658253 -> 0.0658253
messageid: <1209909270.33.0.282429694669.issue2127@psf.upfronthosting.co.za>
2008-05-04 13:54:29ghaeringlinkissue2127 messages
2008-05-04 13:54:29ghaeringcreate