add versionadded

This commit is contained in:
Benjamin Peterson 2010-04-25 21:03:34 +00:00
parent b159a5563d
commit 44d3d7854b
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ and the following format units are left untouched.
is only needed if :cfunc:`PyArg_ParseTupleAndKeywords` is not used, since the
latter already does this check.
.. versionadded:: 3.2
.. XXX deprecated, will be removed
.. cfunction:: int PyArg_Parse(PyObject *args, const char *format, ...)