From: Senthil Kumaran Date: Mon, 23 Apr 2012 15:53:16 +0000 (+0800) Subject: news for issue13684 X-Git-Tag: v3.3.0a3~103^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88ec6209cfd0c691df596f681144e1e7c5206dd9;p=thirdparty%2FPython%2Fcpython.git news for issue13684 --- diff --git a/Misc/NEWS b/Misc/NEWS index cc243be2e15e..fddcb7c352ca 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 #14629: Raise SyntaxError in tokenizer.detect_encoding if the first two lines have non-UTF-8 characters without an encoding declaration.