[Python-checkins] cpython: NEWS entry about importlib and ImportError's new attributes.
brett.cannon
python-checkins at python.org
Fri Apr 13 03:13:17 CEST 2012
http://hg.python.org/cpython/rev/d06db42ae1a3
changeset: 76281:d06db42ae1a3
user: Brett Cannon <brett at python.org>
date: Thu Apr 12 21:12:37 2012 -0400
summary:
NEWS entry about importlib and ImportError's new attributes.
files:
Misc/NEWS | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list