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

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


http://hg.python.org/cpython/rev/26631c56d81f
changeset:   76493:26631c56d81f
branch:      3.2
parent:      76491:7787a9aebdc6
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Apr 23 23:53:16 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
@@ -50,6 +50,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list