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 belopolsky
Recipients belopolsky
Date 2010-11-16.16:16:45
SpamBayes Score 0.09472039
Marked as misclassified No
Message-id <1289924206.67.0.561264270455.issue10435@psf.upfronthosting.co.za>
In-reply-to
Content
The following C-APIs are only documented in comments inside unicode.h:

PyUnicode_GetMax
PyUnicode_Resize
PyUnicode_InternImmortal
PyUnicode_FromOrdinal
PyUnicode_GetDefaultEncoding
PyUnicode_AsDecodedObject
PyUnicode_AsDecodedUnicode
PyUnicode_AsEncodedObject
PyUnicode_AsEncodedUnicode
PyUnicode_BuildEncodingMap
PyUnicode_EncodeDecimal
PyUnicode_Append
PyUnicode_AppendAndDel
PyUnicode_Partition
PyUnicode_RPartition
PyUnicode_RSplit
PyUnicode_IsIdentifier
Py_UNICODE_strlen
Py_UNICODE_strcpy
Py_UNICODE_strcat
Py_UNICODE_strncpy
Py_UNICODE_strcmp
Py_UNICODE_strncmp
Py_UNICODE_strchr
Py_UNICODE_strrchr
History
Date User Action Args
2010-11-16 16:16:46belopolskysetrecipients: + belopolsky
2010-11-16 16:16:46belopolskysetmessageid: <1289924206.67.0.561264270455.issue10435@psf.upfronthosting.co.za>
2010-11-16 16:16:45belopolskylinkissue10435 messages
2010-11-16 16:16:45belopolskycreate