summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-05 10:48:34 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-05 10:48:34 (GMT)
commit3f0ee83f14f2ce2c05360f5ed326844388353b6f (patch)
tree7a222185d5377d9b6e3e423c29a849fad47859a3 /Misc/NEWS
parent484c913ed9fc438cedd2757d6124ab1bac4239be (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e7d1ed..4492084 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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