Add versionadded tag to PyUnicode_AsUnicodeCopy's doc

This commit is contained in:
Victor Stinner 2010-09-03 22:13:42 +00:00
parent 1670b431b3
commit 2b19f35786
1 changed files with 2 additions and 0 deletions

View File

@ -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)