From: Antoine Pitrou Date: Thu, 12 Aug 2010 15:15:01 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.2a2~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e2eab19b9079eb08cde8843c53490e0d3aee90c;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9b5c35e0325a..4f6d3b3556e6 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