summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-04-14 01:27:00 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-04-14 01:27:00 (GMT)
commit9955ad4eb70b1c16bf65bd87885e844bbfc8ef76 (patch)
treea2929d1612a14281bd8e5aa5e4290acd888378b2 /Misc
parent7c0b44ec1725eeacdcfd02376e5d5a39ccdc5c79 (diff)
downloadcpython-9955ad4eb70b1c16bf65bd87885e844bbfc8ef76.zip
cpython-9955ad4eb70b1c16bf65bd87885e844bbfc8ef76.tar.gz
cpython-9955ad4eb70b1c16bf65bd87885e844bbfc8ef76.tar.bz2
#14399: corrected news item
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64ecbd6..ce44ca8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,9 +44,9 @@ Core and Builtins
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.