Add versionadded directive to new API function.

This commit is contained in:
Georg Brandl 2011-09-28 21:51:06 +02:00
parent 4cb0de246c
commit ee12f4429c
1 changed files with 2 additions and 0 deletions

View File

@ -1080,6 +1080,8 @@ They all return *NULL* or ``-1`` if an exception occurs.
first match; a value of ``-1`` indicates that no match was found, and ``-2``
indicates that an error occurred and an exception has been set.
.. versionadded:: 3.3
.. c:function:: Py_ssize_t PyUnicode_Count(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end)