diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-25 21:03:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-25 21:03:34 (GMT) |
commit | 44d3d7854b2c074f80bfee2e9523f246cf850bba (patch) | |
tree | d16ca3ec58ce2f8960ebe1ad959d78fedcd5bbfe /Doc | |
parent | b159a5563d86e0292bbd2d78497f486efebf505b (diff) | |
download | cpython-44d3d7854b2c074f80bfee2e9523f246cf850bba.zip cpython-44d3d7854b2c074f80bfee2e9523f246cf850bba.tar.gz cpython-44d3d7854b2c074f80bfee2e9523f246cf850bba.tar.bz2 |
add versionadded
Diffstat (limited to 'Doc')
-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, ...) |