Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8bcb6 commit 3e2eab1Copy full SHA for 3e2eab1
1 file changed
Misc/NEWS
@@ -72,8 +72,8 @@ Extensions
72
Library
73
-------
74
75
-- Issue #7467: when a file from a ZIP archive, its CRC is checked and a
76
- 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
77
case in Python 2.5 and earlier).
78
79
- Issue #9550: a BufferedReader could issue an additional read when the
0 commit comments