summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-04-23 23:53:16 +0800
committerSenthil Kumaran <senthil@uthcode.com>2012-04-23 23:53:16 +0800
commit88ec6209cfd0c691df596f681144e1e7c5206dd9 (patch)
treec32087b59ef16f94ac8e09be395b408a60ac1eba
parentb12771ab3048bb61b3dc09fd21198613f43fa030 (diff)
downloadcpython-git-88ec6209cfd0c691df596f681144e1e7c5206dd9.tar.gz
news for issue13684
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc243be2e1..fddcb7c352 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.