summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-02-02 21:49:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-02-02 21:49:34 (GMT)
commitbeec61ae4e811f55f58d0197c8af994e252ab9ae (patch)
tree3a5a7b021457780e1f020297404f677e94ffc3c9 /Misc/NEWS
parent637525718873f9c6571078e0201523438b17d341 (diff)
downloadcpython-beec61ae4e811f55f58d0197c8af994e252ab9ae.zip
cpython-beec61ae4e811f55f58d0197c8af994e252ab9ae.tar.gz
cpython-beec61ae4e811f55f58d0197c8af994e252ab9ae.tar.bz2
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
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 420056e..d23ab20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,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.