diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:30:59 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:30:59 (GMT) |
commit | 5677aa75f058cc1a16424d082acb067b00b9510e (patch) | |
tree | d16934893815f919ac65084268bd9b47dbac42a9 /Doc/library/zlib.rst | |
parent | f4affb71bcccea880fad00a3d1f2d0e4c622e848 (diff) | |
parent | c618ae8ed79cf391efa62b7d0ed571882a4356f9 (diff) | |
download | cpython-5677aa75f058cc1a16424d082acb067b00b9510e.zip cpython-5677aa75f058cc1a16424d082acb067b00b9510e.tar.gz cpython-5677aa75f058cc1a16424d082acb067b00b9510e.tar.bz2 |
Issue #5784: Merge zlib from 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 f18c0fb..9f6fbf8 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -147,6 +147,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. |