diff options
Diffstat (limited to 'Doc/c-api/mapping.rst')
-rw-r--r-- | Doc/c-api/mapping.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/c-api/mapping.rst b/Doc/c-api/mapping.rst index c2c22e5..1d0ed50 100644 --- a/Doc/c-api/mapping.rst +++ b/Doc/c-api/mapping.rst @@ -21,10 +21,6 @@ Mapping Protocol objects that do not provide mapping protocol, this is equivalent to the Python expression ``len(o)``. - .. versionchanged:: 2.5 - These functions returned an :ctype:`int` type. This might require - changes in your code for properly supporting 64-bit systems. - .. cfunction:: int PyMapping_DelItemString(PyObject *o, char *key) |