NEWS entry about importlib and ImportError's new attributes.

This commit is contained in:
Brett Cannon 2012-04-12 21:12:37 -04:00
parent bbb6680ee5
commit a29629f632
1 changed files with 3 additions and 0 deletions

View File

@ -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