summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-02-02 22:04:56 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-02-02 22:04:56 (GMT)
commit6a35e18161c4d06015aeb79c951df04bcea9ca9a (patch)
tree3aa2bc2803418677010f6923b50c80494f20b22c /Misc
parentc27bcbf86316fd45180a8b881c55ed3ac7f9fa50 (diff)
parentbeec61ae4e811f55f58d0197c8af994e252ab9ae (diff)
downloadcpython-6a35e18161c4d06015aeb79c951df04bcea9ca9a.zip
cpython-6a35e18161c4d06015aeb79c951df04bcea9ca9a.tar.gz
cpython-6a35e18161c4d06015aeb79c951df04bcea9ca9a.tar.bz2
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e89f83e..a8c3278 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,9 @@ Core and Builtins
Library
-------
+- Issue #15633: httplib.HTTPResponse is now mark closed when the server
+ sends less than the advertised Content-Length.
+
- Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.