cpython: 160245735299 (original) (raw)
Mercurial > cpython
changeset 76296:160245735299
Merge #14399: corrected news item [#14399]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Fri, 13 Apr 2012 21:27:19 -0400 |
parents | 6d239e55e65a(current diff)b3b7f9dd7ce4(diff) |
children | 957e2c71beef |
files | Misc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Misc/NEWS 8 |
line wrap: on
line diff
--- 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