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 dabeaz
Recipients Arfrever, dabeaz, ezio.melotti, loewis, vstinner
Date 2012-10-16.22:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350425680.21.0.0146862242132.issue16254@psf.upfronthosting.co.za>
In-reply-to
Content
Another note: the PyUnicode_AsUTF8String() doesn't leave the UTF-8 encoded byte string behind on the original string object.  I got into this thinking that PyUnicode_AsWideCharString() might have similar behavior.
History
Date User Action Args
2012-10-16 22:14:40dabeazsetrecipients: + dabeaz, loewis, vstinner, ezio.melotti, Arfrever
2012-10-16 22:14:40dabeazsetmessageid: <1350425680.21.0.0146862242132.issue16254@psf.upfronthosting.co.za>
2012-10-16 22:14:40dabeazlinkissue16254 messages
2012-10-16 22:14:40dabeazcreate