From: R David Murray Date: Sat, 14 Apr 2012 01:24:27 +0000 (-0400) Subject: #14399: corrected news item X-Git-Tag: v3.3.0a3~235^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650dfaf5c4aa5033f5b6659f185957ca3d21171e;p=python #14399: corrected news item --- diff --git a/Misc/NEWS b/Misc/NEWS index 5cccc4d046..69dd691b6c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.