diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:20:21 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:20:21 (GMT) |
commit | c618ae8ed79cf391efa62b7d0ed571882a4356f9 (patch) | |
tree | 573c93ccd5a6fab4053dfff7355c95cf0f989127 /Doc/library/zlib.rst | |
parent | 0fdf41d847335e108652bbf4e9e9be9855e20005 (diff) | |
download | cpython-c618ae8ed79cf391efa62b7d0ed571882a4356f9.zip cpython-c618ae8ed79cf391efa62b7d0ed571882a4356f9.tar.gz cpython-c618ae8ed79cf391efa62b7d0ed571882a4356f9.tar.bz2 |
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 565f3f7..b7ca558 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. |