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.
Created on 2013年08月08日 19:12 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg194705 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年08月08日 19:12 | |
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. |
|||
| msg194756 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年08月09日 18:50 | |
It will be good first resolve issue18697. |
|||
| msg264572 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2016年04月30日 18:40 | |
This is a duplicate of issue 1944. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:49 | admin | set | github: 62888 |
| 2016年04月30日 18:41:21 | berker.peksag | set | superseder: Document PyUnicode_* API |
| 2016年04月30日 18:40:02 | berker.peksag | set | status: open -> closed nosy: + berker.peksag messages: + msg264572 resolution: duplicate stage: needs patch -> resolved |
| 2014年11月17日 21:20:52 | serhiy.storchaka | set | versions: + Python 3.5, - Python 3.3 |
| 2013年12月24日 19:45:59 | serhiy.storchaka | set | nosy:
+ r.david.murray |
| 2013年08月09日 18:50:42 | serhiy.storchaka | set | messages: + msg194756 |
| 2013年08月09日 10:15:21 | pitrou | set | nosy:
+ vstinner |
| 2013年08月08日 19:12:46 | serhiy.storchaka | create | |