diff options
author | Jesus Cea <jcea@jcea.es> | 2010-05-03 16:14:58 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2010-05-03 16:14:58 (GMT) |
commit | fb7b66821678701c1847b2e950ddb6f061da27a2 (patch) | |
tree | 1db8c3de56a18d429ed5592f108dedfe97e7753b /Doc/library/zlib.rst | |
parent | 83fd9b97b8e206260fe31b27b421d617fb5b9e1b (diff) | |
download | cpython-fb7b66821678701c1847b2e950ddb6f061da27a2.zip cpython-fb7b66821678701c1847b2e950ddb6f061da27a2.tar.gz cpython-fb7b66821678701c1847b2e950ddb6f061da27a2.tar.bz2 |
Merged revisions 80716 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80716 | jesus.cea | 2010-05-03 18:09:21 +0200 (Mon, 03 May 2010) | 1 line
wbits negative was documented SEVEN years ago
........
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 44e9edb..c325df3 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -108,9 +108,7 @@ The available exception and functions in this module are: than the size originally used to compress the stream; using a too-small value will result in an exception. The default value is therefore the highest value, 15. When *wbits* is negative, the standard - :program:`gzip` header is suppressed; this is an undocumented feature of the - zlib library, used for compatibility with :program:`unzip`'s compression file - format. + :program:`gzip` header is suppressed. *bufsize* is the initial size of the buffer used to hold decompressed data. If more space is required, the buffer size will be increased as needed, so you |