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
........
This commit is contained in:
Jesus Cea 2010-05-03 16:11:45 +00:00
parent c7cbb9b509
commit 2f49f4eb70
1 changed files with 1 additions and 3 deletions

View File

@ -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 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 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 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 :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