diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-05 23:30:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-05 23:30:23 (GMT) |
commit | ebcd0ced14388d5859e4c57e9916a3f18e35e9c2 (patch) | |
tree | e246db07d27b9daa723ae5906e46caf7c0df8c6e /Misc | |
parent | cdeb24bb05359ec7550c327f44e8b1f346b9d776 (diff) | |
download | cpython-ebcd0ced14388d5859e4c57e9916a3f18e35e9c2.zip cpython-ebcd0ced14388d5859e4c57e9916a3f18e35e9c2.tar.gz cpython-ebcd0ced14388d5859e4c57e9916a3f18e35e9c2.tar.bz2 |
Issue #3535: zipfile couldn't read some zip files larger than 2GB.
Reviewed by Amaury Forgeot d'Arc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -56,7 +56,9 @@ C-API Library ------- -- Issue 3776: Deprecate the bsddb package for removal in 3.0. +- Issue #3535: zipfile couldn't read some zip files larger than 2GB. + +- Issue #3776: Deprecate the bsddb package for removal in 3.0. - Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. |