[Python-Dev] cpython: Document PyUnicode_Copy() and PyUnicode_EncodeCodePage()
Barry Warsaw
barry at python.org
Fri Dec 9 16:42:51 CET 2011
On Dec 09, 2011, at 07:12 PM, Nick Coghlan wrote:
>Isn't it basically just exposing a C level version of the unicode()
>builtin's behaviour? While I agree the name could be better (and
>PyUnicode_AsExactUnicode would certainly work), why make it private?
Don't we already have that in PyObject_Str(), or in Python 2,
PyObject_Unicode()?
-Barry
More information about the Python-Dev
mailing list