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 belopolsky
Recipients belopolsky, lemburg, loewis, vstinner
Date 2010-11-16.22:45:32
SpamBayes Score 0.00035336008
Marked as misclassified No
Message-id <1289947534.32.0.0748629327808.issue10435@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_AsDecodedObject() and PyUnicode_AsDecodedUnicode() appear to be broken as well: both start with a PyUnicode_Check(unicode) and then pass unicode to PyCodec_Decode() which expects bytes.
History
Date User Action Args
2010-11-16 22:45:34belopolskysetrecipients: + belopolsky, lemburg, loewis, vstinner
2010-11-16 22:45:34belopolskysetmessageid: <1289947534.32.0.0748629327808.issue10435@psf.upfronthosting.co.za>
2010-11-16 22:45:32belopolskylinkissue10435 messages
2010-11-16 22:45:32belopolskycreate