From a29629f6329aad446f968dee49301567244a305e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 12 Apr 2012 21:12:37 -0400 Subject: [PATCH] NEWS entry about importlib and ImportError's new attributes. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 3dab768e998..a34f2bf6310 100644 --- 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