summaryrefslogtreecommitdiffstats
path: root/Doc/library/zlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-05 09:29:50 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-05 09:29:50 (GMT)
commit705d9d5c41578e2b8755b4333f8c93d04554c5aa (patch)
tree17665157f8b4705a0af74a4c4902402a3ebd283f /Doc/library/zlib.rst
parentb0f79c8da1db0d7aa44e3465f98508b89532f677 (diff)
downloadcpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.zip
cpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.tar.gz
cpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.tar.bz2
2.7 -> 3.1 versionchanges.
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r--Doc/library/zlib.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index 2ab1450..030f706 100644
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -51,10 +51,6 @@ The available exception and functions in this module are:
return value is the correct 32bit binary representation
regardless of sign.
-.. versionchanged:: 3.0
- The return value is unsigned and in the range [0, 2**32-1]
- regardless of platform.
-
.. function:: compress(string[, level])
@@ -96,10 +92,6 @@ The available exception and functions in this module are:
return value is the correct 32bit binary representation
regardless of sign.
-.. versionchanged:: 3.0
- The return value is unsigned and in the range [0, 2**32-1]
- regardless of platform.
-
.. function:: decompress(string[, wbits[, bufsize]])