diff options
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/arg.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index a4e5555..0eb77ff 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -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, ...) |