[Python-checkins] r84475 - python/branches/py3k/Doc/c-api/unicode.rst

victor.stinner python-checkins at python.org
Sat Sep 4 00:13:42 CEST 2010


Author: victor.stinner
Date: Sat Sep  4 00:13:42 2010
New Revision: 84475

Log:
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc


Modified:
   python/branches/py3k/Doc/c-api/unicode.rst

Modified: python/branches/py3k/Doc/c-api/unicode.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/unicode.rst	(original)
+++ python/branches/py3k/Doc/c-api/unicode.rst	Sat Sep  4 00:13:42 2010
@@ -342,6 +342,8 @@
    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)
 


More information about the Python-checkins mailing list