diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-25 21:03:34 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-25 21:03:34 +0000 |
commit | 01216e98ba5651ab34c298c78a38726d39a109d9 (patch) | |
tree | 491ffcab05ef013838dde2f25096e5719cec078c /Doc/c-api/arg.rst | |
parent | 97914be52f470ef4ee9d6a7ab012cb365c416703 (diff) | |
download | cpython-01216e98ba5651ab34c298c78a38726d39a109d9.tar.gz |
add versionadded
Diffstat (limited to 'Doc/c-api/arg.rst')
-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 a4e5555473..0eb77ffc56 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, ...) |