From: Senthil Kumaran Date: Mon, 23 Apr 2012 15:55:50 +0000 (+0800) Subject: news for issue13684 X-Git-Tag: v3.3.0a3~105^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=976db921b8817d7d21e09415661283bfdfb1a72c;p=python news for issue13684 --- 976db921b8817d7d21e09415661283bfdfb1a72c diff --cc Misc/NEWS index 6b9fbed4d6,fddcb7c352..ba1962ad09 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -65,19 -30,29 +65,22 @@@ Core and Builtin 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). + +- Issue #13959: imp.cache_from_source()/source_from_cache() now follow + os.path.join()/split() semantics for path manipulation instead of its prior, + custom semantics of caring the right-most path separator forward in path + joining. + +- Issue #2193: Allow ":" character in Cookie NAME values. + +- Issue #14629: tokenizer.detect_encoding will specify the filename in the + SyntaxError exception if found at readline.__self__.name. + - Issue #14629: Raise SyntaxError in tokenizer.detect_encoding if the first two lines have non-UTF-8 characters without an encoding declaration.