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

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


http://hg.python.org/cpython/rev/f98fb46ff273
changeset:   76492:f98fb46ff273
branch:      2.7
parent:      76490:790ae45b52be
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Apr 23 23:52:40 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 #14308: Fix an exception when a "dummy" thread is in the threading
   module's active list after a fork().
 

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


More information about the Python-checkins mailing list