Message194705
| Author |
serhiy.storchaka |
| Recipients |
docs@python, ezio.melotti, serhiy.storchaka |
| Date |
2013年08月08日.19:12:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1375989166.23.0.200448183394.issue18688@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Include/unicodeobject.h contains followed names which are declared as public but are not documented in Doc/c-api/unicode.rst.
PyUnicodeIter_Type
Py_UNICODE_REPLACEMENT_CHARACTER
PyUnicode_Resize
PyUnicode_InternImmortal
PyUnicode_CHECK_INTERNED
PyUnicode_FromOrdinal
PyUnicode_GetDefaultEncoding
PyUnicode_AsDecodedObject
PyUnicode_AsDecodedUnicode
PyUnicode_AsEncodedObject
PyUnicode_AsEncodedUnicode
PyUnicode_BuildEncodingMap
PyUnicode_DecodeCodePageStateful
PyUnicode_Append
PyUnicode_AppendAndDel
PyUnicode_Partition
PyUnicode_RPartition
PyUnicode_RSplit
PyUnicode_IsIdentifier
_PyUnicode_FromId
_PyUnicode_ClearStaticStrings
They should be either documented or declared as private.
PyUnicode_AsEncodedObject only mentioned in Doc/whatsnew/3.3.rst as recomended replacement of PyUnicode_Encode. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年08月08日 19:12:46 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ezio.melotti, docs@python |
| 2013年08月08日 19:12:46 | serhiy.storchaka | set | messageid: <1375989166.23.0.200448183394.issue18688@psf.upfronthosting.co.za> |
| 2013年08月08日 19:12:46 | serhiy.storchaka | link | issue18688 messages |
| 2013年08月08日 19:12:46 | serhiy.storchaka | create |
|