]> granicus.if.org Git - python/commitdiff
Fix an incomplete merge of Misc/NEWS
authorDonald Stufft <donald@stufft.io>
Sat, 22 Mar 2014 01:49:38 +0000 (21:49 -0400)
committerDonald Stufft <donald@stufft.io>
Sat, 22 Mar 2014 01:49:38 +0000 (21:49 -0400)
Misc/NEWS

index b914fb372d0d68ff3fa8a161a083448b9fcea262..bfe93e5b85a717c73d6244d95394ebbe5f6c543a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library
 - Issue #20995: Enhance default ciphers used by the ssl module to enable
   better security an prioritize perfect forward secrecy.
 
+- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
+
 - Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
 
 - Issue #19165: The formatter module now raises DeprecationWarning instead of
@@ -43,9 +45,6 @@ Library
 
 - Issue #20574: Implement incremental decoder for cp65001 code (Windows code
   page 65001, Microsoft UTF-8).
-=======
-- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
->>>>>>> other
 
 - Issue #20879: Delay the initialization of encoding and decoding tables for
   base32, ascii85 and base85 codecs in the base64 module, and delay the