diff options
Diffstat (limited to 'Doc/c-api/marshal.rst')
-rw-r--r-- | Doc/c-api/marshal.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/c-api/marshal.rst b/Doc/c-api/marshal.rst index 16c9fc3..04b0b88 100644 --- a/Doc/c-api/marshal.rst +++ b/Doc/c-api/marshal.rst @@ -87,6 +87,3 @@ written using these routines? appropriate exception (:exc:`EOFError` or :exc:`TypeError`) and returns *NULL*. - .. versionchanged:: 2.5 - This function used an :ctype:`int` type for *len*. This might require - changes in your code for properly supporting 64-bit systems. |