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 vstinner
Recipients lemburg, mark.dickinson, rpetrov, vstinner
Date 2009-01-17.16:53:32
SpamBayes Score 4.304869e-05
Marked as misclassified No
Message-id <1232211214.83.0.0404790071475.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch including a test in _testcapi module: create two 
PyUnicode objects from wide string (PyUnicode_FromWideChar) and 
another from utf-8 (PyUnicode_FromString) and compare the value. Patch 
is still for py3k branch and can be ported easily on python trunk.
History
Date User Action Args
2009-01-17 16:53:35vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, rpetrov
2009-01-17 16:53:34vstinnersetmessageid: <1232211214.83.0.0404790071475.issue4474@psf.upfronthosting.co.za>
2009-01-17 16:53:33vstinnerlinkissue4474 messages
2009-01-17 16:53:33vstinnercreate