]> granicus.if.org Git - python/commitdiff
NEWS entry about importlib and ImportError's new attributes.
authorBrett Cannon <brett@python.org>
Fri, 13 Apr 2012 01:12:37 +0000 (21:12 -0400)
committerBrett Cannon <brett@python.org>
Fri, 13 Apr 2012 01:12:37 +0000 (21:12 -0400)
Misc/NEWS

index 3dab768e998ccf88e1916567fea2317d18551dd2..a34f2bf63100c0c330834ded5969371813ae795e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
 Library
 -------
 
+- Have importlib take advantage of ImportError's new 'name' and 'path'
+  attributes.
+
 - Issue #14399: zipfile now correctly adds a comment even when the zipfile
   being created is otherwise empty.  In addition, the TypeError that results
   from trying to set a non-binary value as a comment is now now raised at the