
python-checkins at python
Apr 23, 2012, 8:57 AM
Post #1 of 1
(28 views)
Permalink
|
|
cpython (merge 3.2 -> default): news for issue13684
|
|
http://hg.python.org/cpython/rev/246abd64e830 changeset: 76495:246abd64e830 parent: 76494:1acb252a3858 parent: 76493:26631c56d81f user: Senthil Kumaran <senthil [at] uthcode> date: Mon Apr 23 23:55:50 2012 +0800 summary: news for issue13684 files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -65,6 +65,9 @@ Library ------- +- Issue #13684: Fix httplib tunnel issue of infinite loops for certain sites + which send EOF without trailing \r\n. + - Issue #14605: Add importlib.abc.FileLoader, importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). -- Repository URL: http://hg.python.org/cpython
|