]> granicus.if.org Git - python/commitdiff
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 3 Sep 2010 22:13:42 +0000 (22:13 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 3 Sep 2010 22:13:42 +0000 (22:13 +0000)
Doc/c-api/unicode.rst

index 07e4d0140e5aa199066acac724b544c0173c4b33..a4ee03abc0a224ab9fbd7bd71b8a35966cde39a2 100644 (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)