mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Typo.
This commit is contained in:
parent
7c8bcb6f92
commit
3e2eab19b9
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue