[Python-checkins] r80479 - python/branches/py3k/Doc/c-api/arg.rst

benjamin.peterson python-checkins at python.org
Sun Apr 25 23:03:34 CEST 2010


Author: benjamin.peterson
Date: Sun Apr 25 23:03:34 2010
New Revision: 80479

Log:
add versionadded

Modified:
   python/branches/py3k/Doc/c-api/arg.rst

Modified: python/branches/py3k/Doc/c-api/arg.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/arg.rst	(original)
+++ python/branches/py3k/Doc/c-api/arg.rst	Sun Apr 25 23:03:34 2010
@@ -372,6 +372,8 @@
    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, ...)


More information about the Python-checkins mailing list