cpython: 5117f0b3be09 (original) (raw)
Mercurial > cpython
changeset 99259:5117f0b3be09
Issue #25626: Add news to 3.6 section [#25626]
Martin Panter vadmium+py@gmail.com | |
---|---|
date | Sat, 21 Nov 2015 10:57:47 +0000 |
parents | afa1b6cd77a5 |
children | 3ccd9dfb8ab7 |
files | Misc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-)[+] [-] Misc/NEWS 7 |
line wrap: on
line diff
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -95,6 +95,13 @@ Core and Builtins Library ------- +- Issue #25626: Change three zlib functions to accept sizes that fit in
- Py_ssize_t, but internally cap those sizes to UINT_MAX. This resolves a
- regression in 3.5 where GzipFile.read() failed to read chunks larger than 2
- or 4 GiB. The change affects the zlib.Decompress.decompress() max_length
- parameter, the zlib.decompress() bufsize parameter, and the
- zlib.Decompress.flush() length parameter. +