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

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


http://hg.python.org/cpython/rev/b3b7f9dd7ce4
changeset:   76294:b3b7f9dd7ce4
branch:      3.2
parent:      76291:49f52d14b65c
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Apr 13 21:24:27 2012 -0400
summary:
  #14399: corrected news item

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


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

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


More information about the Python-checkins mailing list