diff options
Diffstat (limited to 'Doc/c-api/arg.rst')
-rw-r--r-- | Doc/c-api/arg.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 600fcac..dcf7547 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -406,10 +406,6 @@ and the following format units are left untouched. PyArg_ParseTuple(args, "O|O:ref", &object, &callback) - .. versionchanged:: 2.5 - This function used an :ctype:`int` type for *min* and *max*. This might - require changes in your code for properly supporting 64-bit systems. - .. cfunction:: PyObject* Py_BuildValue(const char *format, ...) |