diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-05 10:48:34 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-05 10:48:34 (GMT) |
commit | 3f0ee83f14f2ce2c05360f5ed326844388353b6f (patch) | |
tree | 7a222185d5377d9b6e3e423c29a849fad47859a3 /Misc/NEWS | |
parent | 484c913ed9fc438cedd2757d6124ab1bac4239be (diff) | |
download | cpython-3f0ee83f14f2ce2c05360f5ed326844388353b6f.zip cpython-3f0ee83f14f2ce2c05360f5ed326844388353b6f.tar.gz cpython-3f0ee83f14f2ce2c05360f5ed326844388353b6f.tar.bz2 |
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Based on patch by Xiang Zhang.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -131,6 +131,9 @@ Core and Builtins Library ------- +- Issue #27164: In the zlib module, allow decompressing raw Deflate streams + with a predefined zdict. Based on patch by Xiang Zhang. + - Issue #24291: Fix wsgiref.simple_server.WSGIRequestHandler to completely write data to the client. Previously it could do partial writes and truncate data. Also, wsgiref.handler.ServerHandler can now handle stdout |