From: Benjamin Peterson Date: Sun, 25 Apr 2010 21:03:34 +0000 (+0000) Subject: add versionadded X-Git-Tag: v3.2a1~1008 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44d3d7854b2c074f80bfee2e9523f246cf850bba;p=python add versionadded --- 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, ...)