diff options
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 3 |
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:: |