]> granicus.if.org Git - python/commit
Issue #3535: zipfile couldn't read some zip files larger than 2GB.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 5 Sep 2008 23:30:23 +0000 (23:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 5 Sep 2008 23:30:23 +0000 (23:30 +0000)
commitebcd0ced14388d5859e4c57e9916a3f18e35e9c2
treee246db07d27b9daa723ae5906e46caf7c0df8c6e
parentcdeb24bb05359ec7550c327f44e8b1f346b9d776
Issue #3535: zipfile couldn't read some zip files larger than 2GB.

Reviewed by Amaury Forgeot d'Arc.
Lib/zipfile.py
Misc/NEWS