Add versionadded tag to PyUnicode_AsUnicodeCopy's doc
This commit is contained in:
parent
1670b431b3
commit
2b19f35786
|
@ -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…
Reference in New Issue