diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-04-23 23:55:50 +0800 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-04-23 23:55:50 +0800 |
commit | 976db921b8817d7d21e09415661283bfdfb1a72c (patch) | |
tree | bbabe89ae8aab76626431f30218f4b7d60136a0b | |
parent | aa872d1690ef3a53358176cc7b0c5a8982178ce2 (diff) | |
parent | 88ec6209cfd0c691df596f681144e1e7c5206dd9 (diff) | |
download | cpython-git-976db921b8817d7d21e09415661283bfdfb1a72c.tar.gz |
news for issue13684
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,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 #14605: Add importlib.abc.FileLoader, importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). |