Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b19f35

Browse files
author
Victor Stinner
committed
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc
1 parent 1670b43 commit 2b19f35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/c-api/unicode.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ APIs:
342342
otherwise return a new allocated buffer (use :cfunc:`PyMem_Free` to free the
343343
buffer).
344344

345+
.. versionadded:: 3.2
346+
345347

346348
.. cfunction:: Py_ssize_t PyUnicode_GetSize(PyObject *unicode)
347349

0 commit comments

Comments
 (0)