]> granicus.if.org Git - python/commitdiff
#14399: corrected news item
authorR David Murray <rdmurray@bitdance.com>
Sat, 14 Apr 2012 01:27:00 +0000 (21:27 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 14 Apr 2012 01:27:00 +0000 (21:27 -0400)
Misc/NEWS

index 64ecbd68b6118d0df65f0517349f09f2743e5aad..ce44ca801368aff2a028a4189f79d6a195a50ac9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,9 +44,9 @@ Core and Builtins
 Library
 -------
 
-- Issue #14399: zipfile now correctly adds a comment even when the zipfile
-  being created is otherwise empty.  As a consequence of this fix, ZipFile is
-  now a new style class.
+- Issue #14399: zipfile now recognizes that the archive has been modified even
+  if only the comment is changed.  As a consequence of this fix, ZipFile is now
+  a new style class.
 
 - Issue #7978: SocketServer now restarts the select() call when EINTR is
   returned.  This avoids crashing the server loop when a signal is received.