From 44d3d7854b2c074f80bfee2e9523f246cf850bba Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 25 Apr 2010 21:03:34 +0000 Subject: [PATCH] add versionadded --- Doc/c-api/arg.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index a4e5555473f..0eb77ffc563 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, ...)