summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-13 01:12:37 (GMT)
committerBrett Cannon <brett@python.org>2012-04-13 01:12:37 (GMT)
commita29629f6329aad446f968dee49301567244a305e (patch)
treec0d0684d9504f1b778ffd8c484e162b6751fde79
parentbbb6680ee5650ad1096eba0c86286342c3d08468 (diff)
downloadcpython-a29629f6329aad446f968dee49301567244a305e.zip
cpython-a29629f6329aad446f968dee49301567244a305e.tar.gz
cpython-a29629f6329aad446f968dee49301567244a305e.tar.bz2
NEWS entry about importlib and ImportError's new attributes.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dab768e..a34f2bf 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