From: Senthil Kumaran Date: Mon, 23 Apr 2012 15:52:40 +0000 (+0800) Subject: news for issue13684 X-Git-Tag: v2.7.4rc1~889^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c20c4e198b0a87f94a814d891ef18bf2d49864a;p=python news for issue13684 --- diff --git a/Misc/NEWS b/Misc/NEWS index 20ca9684f5..eb0c9de221 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -50,6 +50,9 @@ Core and Builtins Library ------- +- Issue #13684: Fix httplib tunnel issue of infinite loops for certain sites + which send EOF without trailing \r\n. + - Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().