]> granicus.if.org Git - python/commitdiff
news for issue13684
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:55:50 +0000 (23:55 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:55:50 +0000 (23:55 +0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 6b9fbed4d6638f38f0a8e3aa131a6a5b64b9c8cb,fddcb7c352cabbfef7c119fecd3f6a7a8247ee4a..ba1962ad0993f9d4db4efa045d320a00967c4c3b
+++ 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.