From: R David Murray Date: Sat, 14 Apr 2012 01:27:19 +0000 (-0400) Subject: Merge #14399: corrected news item X-Git-Tag: v3.3.0a3~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c4efa871e37ea792c80bdb34b3bf1e601d48b9a;p=python Merge #14399: corrected news item --- 2c4efa871e37ea792c80bdb34b3bf1e601d48b9a diff --cc Misc/NEWS index a34f2bf631,69dd691b6c..91d5a40ab6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -23,21 -19,31 +23,21 @@@ Core and Builtin 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 - time the comment is set rather than at the time the zipfile is written. + - Issue #14399: zipfile now recognizes that the archive has been modified even + if only the comment is changed. In addition, the TypeError that results from + trying to set a non-binary value as a comment is now now raised at the time + the comment is set rather than at the time the zipfile is written. +- trace.CoverageResults.is_ignored_filename() now ignores any name that starts + with "<" and ends with ">" instead of special-casing "" and + "