summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-12 15:15:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-12 15:15:01 (GMT)
commit3e2eab19b9079eb08cde8843c53490e0d3aee90c (patch)
treef05324090653872b2ddb38316a162c04ce4934f6
parent7c8bcb6f923c860986477660f634ea63f103ebaa (diff)
downloadcpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.zip
cpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.tar.gz
cpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.tar.bz2
Typo.
-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