Commit fb7b6682 authored by Jesus Cea's avatar Jesus Cea

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
........
parent 83fd9b97
...@@ -108,9 +108,7 @@ The available exception and functions in this module are: ...@@ -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 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 value will result in an exception. The default value is therefore the
highest value, 15. When *wbits* is negative, the standard highest value, 15. When *wbits* is negative, the standard
:program:`gzip` header is suppressed; this is an undocumented feature of the :program:`gzip` header is suppressed.
zlib library, used for compatibility with :program:`unzip`'s compression file
format.
*bufsize* is the initial size of the buffer used to hold decompressed data. If *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 more space is required, the buffer size will be increased as needed, so you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment