summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-09-05 23:30:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-09-05 23:30:23 (GMT)
commitebcd0ced14388d5859e4c57e9916a3f18e35e9c2 (patch)
treee246db07d27b9daa723ae5906e46caf7c0df8c6e /Misc
parentcdeb24bb05359ec7550c327f44e8b1f346b9d776 (diff)
downloadcpython-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ab8581..d06bfeb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.