diff options
author | Jesus Cea <jcea@jcea.es> | 2010-05-03 16:11:45 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2010-05-03 16:11:45 (GMT) |
commit | 2f49f4eb70531de1e3a48708fe5aae0858738b68 (patch) | |
tree | 63ec3387e26ea0790bd915deee7430c308689c4f | |
parent | c7cbb9b509ae9b1d3b98d0ee58afa3ef1fdd61ac (diff) | |
download | cpython-2f49f4eb70531de1e3a48708fe5aae0858738b68.zip cpython-2f49f4eb70531de1e3a48708fe5aae0858738b68.tar.gz cpython-2f49f4eb70531de1e3a48708fe5aae0858738b68.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
........
-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 919b4e4..17e63f1 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -123,9 +123,7 @@ The available exception and functions in this module are: value should be between 8 and 15 for the most recent versions of the zlib library, larger values resulting in better compression at the expense of greater memory usage. The default value is 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 |