diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-04-14 01:27:19 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-04-14 01:27:19 (GMT) |
commit | 2c4efa871e37ea792c80bdb34b3bf1e601d48b9a (patch) | |
tree | 3f2035e514e36df15e126688c7ccc1725661ea5f /Misc/NEWS | |
parent | 780b66b3e6019485959aeac9ab7fb30e14c53825 (diff) | |
parent | 650dfaf5c4aa5033f5b6659f185957ca3d21171e (diff) | |
download | cpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.zip cpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.tar.gz cpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.tar.bz2 |
Merge #14399: corrected news item
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,10 +26,10 @@ 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 "<string>" and |