]> granicus.if.org Git - python/commitdiff
wbits negative was documented SEVEN years ago
authorJesus Cea <jcea@jcea.es>
Mon, 3 May 2010 16:09:21 +0000 (16:09 +0000)
committerJesus Cea <jcea@jcea.es>
Mon, 3 May 2010 16:09:21 +0000 (16:09 +0000)
Doc/library/zlib.rst

index 7d9859bcdcc90700903d163c66c8da8997175b4e..011870425f842228a4e01afa8e1a36764f6986f4 100644 (file)
@@ -127,9 +127,7 @@ The available exception and functions in this module are:
    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