diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-04-23 23:52:40 +0800 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-04-23 23:52:40 +0800 |
commit | 4c20c4e198b0a87f94a814d891ef18bf2d49864a (patch) | |
tree | b07cde0fdff3b5f3612b053e9a55f3a482daf284 | |
parent | 0267185088e407144cf3d20f8e6b346e5d109e75 (diff) | |
download | cpython-git-4c20c4e198b0a87f94a814d891ef18bf2d49864a.tar.gz |
news for issue13684
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). |