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

Skip to content

Commit fb7b668

Browse files
committed
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 83fd9b9 commit fb7b668

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
@@ -108,9 +108,7 @@ The available exception and functions in this module are:
108108
than the size originally used to compress the stream; using a too-small
109109
value will result in an exception. The default value is therefore the
110110
highest value, 15. When *wbits* is negative, the standard
111-
:program:`gzip` header is suppressed; this is an undocumented feature of the
112-
zlib library, used for compatibility with :program:`unzip`'s compression file
113-
format.
111+
:program:`gzip` header is suppressed.
114112

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

0 commit comments

Comments
 (0)