]> granicus.if.org Git - python/commitdiff
add versionadded
authorBenjamin Peterson <benjamin@python.org>
Sun, 25 Apr 2010 21:03:34 +0000 (21:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 25 Apr 2010 21:03:34 +0000 (21:03 +0000)
Doc/c-api/arg.rst

index a4e5555473f63d18016b7b952f1454ed972be596..0eb77ffc56325c1f258b02c266aab7a26cc69d4c 100644 (file)
@@ -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, ...)