[Python-checkins] cpython (merge 3.2 -> default): news for issue13684

senthil.kumaran python-checkins at python.org
Mon Apr 23 17:57:09 CEST 2012


http://hg.python.org/cpython/rev/246abd64e830
changeset:   76495:246abd64e830
parent:      76494:1acb252a3858
parent:      76493:26631c56d81f
user:        Senthil Kumaran <senthil at uthcode.com>
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


More information about the Python-checkins mailing list