diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-12 15:15:01 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-12 15:15:01 (GMT) |
commit | 3e2eab19b9079eb08cde8843c53490e0d3aee90c (patch) | |
tree | f05324090653872b2ddb38316a162c04ce4934f6 | |
parent | 7c8bcb6f923c860986477660f634ea63f103ebaa (diff) | |
download | cpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.zip cpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.tar.gz cpython-3e2eab19b9079eb08cde8843c53490e0d3aee90c.tar.bz2 |
Typo.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |