diff options
author | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2009-04-27 08:07:12 (GMT) |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2009-04-27 08:07:12 (GMT) |
commit | b70ccc348bc4ea166f7538dd21b598dd5f545abe (patch) | |
tree | 3de8e56332170d2e2ca528d6a299ea24d2cfb64b /Doc/c-api/marshal.rst | |
parent | 7b6ca4ab7f8ff5dd81fd64ce92b91f6627929ea4 (diff) | |
download | cpython-b70ccc348bc4ea166f7538dd21b598dd5f545abe.zip cpython-b70ccc348bc4ea166f7538dd21b598dd5f545abe.tar.gz cpython-b70ccc348bc4ea166f7538dd21b598dd5f545abe.tar.bz2 |
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
this branch. While I am here, also get rid of other versionchanged:: 2.x
constructs, as discussed.
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. |