summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-27 11:20:21 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-27 11:20:21 +0000
commit687b0bec83d503de3fb95e0515d0ba8519cf0d22 (patch)
tree27fb89e590da668152cd73e669b0651ee4379ab4 /Doc
parentc284ac9a7935131cb90662b3fae3e0822587a60a (diff)
downloadcpython-687b0bec83d503de3fb95e0515d0ba8519cf0d22.tar.gz
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/zlib.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index 565f3f7211..b7ca558932 100644
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -142,6 +142,7 @@ The available exception and functions in this module are:
must include a zlib header and trailer.
* 0: Automatically determine the window size from the zlib header.
+ Only supported since zlib 1.2.3.5.
* −8 to −15: Uses the absolute value of *wbits* as the window size
logarithm. The input must be a raw stream with no header or trailer.