#14399: corrected news item

This commit is contained in:
R David Murray 2012-04-13 21:24:27 -04:00
parent 3bf01757b6
commit 650dfaf5c4
1 changed files with 4 additions and 4 deletions

View File

@ -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.