#14399: corrected news item

This commit is contained in:
R David Murray 2012-04-13 21:27:00 -04:00
parent 7c0b44ec17
commit 9955ad4eb7

View file

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