mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc
This commit is contained in:
parent
1670b431b3
commit
2b19f35786
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ APIs:
|
|||
otherwise return a new allocated buffer (use :cfunc:`PyMem_Free` to free the
|
||||
buffer).
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. cfunction:: Py_ssize_t PyUnicode_GetSize(PyObject *unicode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue