[issue6223] Make _PyUnicode_AsString as public API

Benjamin Peterson report at bugs.python.org
Sat Jun 6 19:26:01 CEST 2009


Benjamin Peterson <benjamin at python.org> added the comment:

They are not public because implicitly encoding unicode is bad practice
in Python 3. You should use PyUnicode_AsEncodedString() or such.

----------
nosy: +benjamin.peterson
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list