Commit d4b70223 authored by Victor Stinner's avatar Victor Stinner

Add versionadded tag to PyUnicode_AsUnicodeCopy's doc

parent adc06359
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment