diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-02-02 22:04:56 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-02-02 22:04:56 (GMT) |
commit | 6a35e18161c4d06015aeb79c951df04bcea9ca9a (patch) | |
tree | 3aa2bc2803418677010f6923b50c80494f20b22c /Misc | |
parent | c27bcbf86316fd45180a8b881c55ed3ac7f9fa50 (diff) | |
parent | beec61ae4e811f55f58d0197c8af994e252ab9ae (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |