From 2b19f35786b2ecde5036e57202e387d5fc018247 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 3 Sep 2010 22:13:42 +0000 Subject: [PATCH] Add versionadded tag to PyUnicode_AsUnicodeCopy's doc --- Doc/c-api/unicode.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 07e4d0140e5..a4ee03abc0a 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)