diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-04-14 01:24:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-04-14 01:24:27 (GMT) |
commit | 650dfaf5c4aa5033f5b6659f185957ca3d21171e (patch) | |
tree | 25b33c3f11869b60079d4f1941fa5e9aebd56e78 /Misc | |
parent | 3bf01757b668eefd9cd2b80887ca824ef3dca777 (diff) | |
download | cpython-650dfaf5c4aa5033f5b6659f185957ca3d21171e.zip cpython-650dfaf5c4aa5033f5b6659f185957ca3d21171e.tar.gz cpython-650dfaf5c4aa5033f5b6659f185957ca3d21171e.tar.bz2 |
#14399: corrected news item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,10 +39,10 @@ Core and Builtins Library ------- -- 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. - Issue #7978: socketserver now restarts the select() call when EINTR is returned. This avoids crashing the server loop when a signal is received. |