mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Undocument the function. Make also decode_utf8_errors() as private (static).
This commit is contained in:
parent
7a9105a380
commit
bf6e560d0c
5 changed files with 12 additions and 17 deletions
|
|
@ -386,13 +386,6 @@ APIs:
|
|||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyUnicode_Copy(PyObject *unicode)
|
||||
|
||||
Get a new copy of a Unicode object.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyUnicode_FromKindAndData(int kind, const void *buffer, \
|
||||
Py_ssize_t size)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue