Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2be7ec3

Browse files
committed
Merged revisions 80718 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r80718 | jesus.cea | 2010-05-03 18:14:58 +0200 (Mon, 03 May 2010) | 9 lines Merged revisions 80716 via svnmerge from svn+ssh://[email protected]/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 ........ ................
1 parent 363b79e commit 2be7ec3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/library/zlib.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ The available exception and functions in this module are:
104104
value should be between 8 and 15 for the most recent versions of the zlib
105105
library, larger values resulting in better compression at the expense of greater
106106
memory usage. The default value is 15. When *wbits* is negative, the standard
107-
:program:`gzip` header is suppressed; this is an undocumented feature of the
108-
zlib library, used for compatibility with :program:`unzip`'s compression file
109-
format.
107+
:program:`gzip` header is suppressed.
110108

111109
*bufsize* is the initial size of the buffer used to hold decompressed data. If
112110
more space is required, the buffer size will be increased as needed, so you

0 commit comments

Comments
 (0)