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 berker.peksag
Recipients alexandre.vassalotti, berker.peksag, docs@python, donlorenzo, georg.brandl, lemburg, martin.panter
Date 2016-04-30.18:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462041575.98.0.249774534991.issue1944@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-04-30 18:39:36berker.peksagsetrecipients: + berker.peksag, lemburg, georg.brandl, alexandre.vassalotti, donlorenzo, docs@python, martin.panter
2016-04-30 18:39:35berker.peksagsetmessageid: <1462041575.98.0.249774534991.issue1944@psf.upfronthosting.co.za>
2016-04-30 18:39:35berker.peksaglinkissue1944 messages
2016-04-30 18:39:35berker.peksagcreate