From: Victor Stinner Date: Fri, 3 Sep 2010 22:13:42 +0000 (+0000) Subject: Add versionadded tag to PyUnicode_AsUnicodeCopy's doc X-Git-Tag: v3.2a2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b19f35786b2ecde5036e57202e387d5fc018247;p=thirdparty%2FPython%2Fcpython.git Add versionadded tag to PyUnicode_AsUnicodeCopy's doc --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 07e4d0140e5a..a4ee03abc0a2 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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)