summaryrefslogtreecommitdiff
path: root/Doc/c-api/marshal.rst
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-04-27 08:07:12 +0000
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-04-27 08:07:12 +0000
commit58f4161779e78d66f1225f4b4b7e95aa5d378098 (patch)
tree4ad705b5c689c4c17177c0538d4be8d919bdcebd /Doc/c-api/marshal.rst
parent32fd3489d3272e77d976137b5f8366747809d529 (diff)
downloadcpython-58f4161779e78d66f1225f4b4b7e95aa5d378098.tar.gz
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.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/c-api/marshal.rst b/Doc/c-api/marshal.rst
index 16c9fc3b03..04b0b88e6f 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.