Commit 6817db31 authored by Georg Brandl's avatar Georg Brandl

Add versionadded directive to new API function.

parent 593041f3
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment