summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b5c35e..4f6d3b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,8 +72,8 @@ Extensions
Library
-------
-- Issue #7467: when a file from a ZIP archive, its CRC is checked and a
- BadZipfile error is raised if it doesn't match (as used to be the
+- Issue #7467: when reading a file from a ZIP archive, its CRC is checked
+ and a BadZipfile error is raised if it doesn't match (as used to be the
case in Python 2.5 and earlier).
- Issue #9550: a BufferedReader could issue an additional read when the