[Python-checkins] cpython (2.7): #14399: corrected news item

r.david.murray python-checkins at python.org
Sat Apr 14 03:27:46 CEST 2012


http://hg.python.org/cpython/rev/225126c9d4b5
changeset:   76295:225126c9d4b5
branch:      2.7
parent:      76293:ab157c169f6e
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Apr 13 21:27:00 2012 -0400
summary:
  #14399: corrected news item

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,9 +44,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list