Commit 650dfaf5 authored by R David Murray's avatar R David Murray

#14399: corrected news item

parent 3bf01757
...@@ -39,10 +39,10 @@ Core and Builtins ...@@ -39,10 +39,10 @@ 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. In addition, the TypeError that results if only the comment is changed. In addition, the TypeError that results from
from trying to set a non-binary value as a comment is now now raised at the trying to set a non-binary value as a comment is now now raised at the time
time the comment is set rather than at the time the zipfile is written. the comment is set rather than at the time the zipfile is written.
- 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment