summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-04-14 01:27:19 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-04-14 01:27:19 (GMT)
commit2c4efa871e37ea792c80bdb34b3bf1e601d48b9a (patch)
tree3f2035e514e36df15e126688c7ccc1725661ea5f
parent780b66b3e6019485959aeac9ab7fb30e14c53825 (diff)
parent650dfaf5c4aa5033f5b6659f185957ca3d21171e (diff)
downloadcpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.zip
cpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.tar.gz
cpython-2c4efa871e37ea792c80bdb34b3bf1e601d48b9a.tar.bz2
Merge #14399: corrected news item
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a34f2bf..91d5a40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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