[issue10435] Document unicode C-API in reST

Alexander Belopolsky report at bugs.python.org
Tue Nov 16 23:45:34 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10435>
_______________________________________


More information about the Python-bugs-list mailing list