summaryrefslogtreecommitdiffstats
path: root/Doc/library/zlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-01 13:51:09 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-01 13:51:09 (GMT)
commit55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch)
treea0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/zlib.rst
parent1617457cff847fed9fadb01f1acf6ba8bb621726 (diff)
downloadcpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip
cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz
cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r--Doc/library/zlib.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index e57a156..3f051a7 100644
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -130,7 +130,6 @@ Compression objects support the following methods:
Returns a copy of the compression object. This can be used to efficiently
compress a set of data that share a common initial prefix.
- .. versionadded:: 2.5
Decompression objects support the following methods, and two attributes:
@@ -192,8 +191,6 @@ Decompression objects support the following methods, and two attributes:
of the decompressor midway through the data stream in order to speed up random
seeks into the stream at a future point.
- .. versionadded:: 2.5
-
.. seealso::