Berker Peksag added the comment: Remaining undocumented functions:
From this issue:
PyUnicode_RSplit PyUnicode_Partition PyUnicode_RPartition
From issue 10435:
PyUnicode_IsIdentifier PyUnicode_Append PyUnicode_AppendAndDel PyUnicode_GetDefaultEncoding PyUnicode_FromOrdinal PyUnicode_Resize PyUnicode_GetMax PyUnicode_InternImmortal PyUnicode_CHECK_INTERNED
From issue 18688:
Py_UNICODE_REPLACEMENT_CHARACTER PyUnicodeIter_Type PyUnicode_AsDecodedObject PyUnicode_AsDecodedUnicode PyUnicode_AsEncodedObject PyUnicode_AsEncodedUnicode PyUnicode_BuildEncodingMap ---------- keywords: -easy nosy: +berker.peksag stage: -> needs patch title: Documentation for PyUnicode_AsString (et al.) missing. -> Document PyUnicode_* API versions: +Python 3.5, Python 3.6 -Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue1944> _______________________________________
participants (1)
-
Berker Peksag