[Python-checkins] r80718 - in python/branches/py3k: Doc/library/zlib.rst

jesus.cea python-checkins at python.org
Mon May 3 18:14:59 CEST 2010


Author: jesus.cea
Date: Mon May  3 18:14:58 2010
New Revision: 80718

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/zlib.rst

Modified: python/branches/py3k/Doc/library/zlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/zlib.rst	(original)
+++ python/branches/py3k/Doc/library/zlib.rst	Mon May  3 18:14:58 2010
@@ -108,9 +108,7 @@
    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
    highest value, 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


More information about the Python-checkins mailing list