commit | 143cefb8461c2c684e904723be45f84d2c998466 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Jun 15 08:14:18 2006 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Jun 15 08:14:18 2006 +0000 |
tree | 0ce1d5bba4691e8292f4d4deb278aa5a57bdb589 | |
parent | 0eac11826a6b9efed2f52b612e58046c584db573 [diff] |
Patch #1446489 (zipfile: support for ZIP64)
diff --git a/Misc/NEWS b/Misc/NEWS index a8099f7..c16e0db 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -152,6 +152,7 @@ aborts the db transaction safely when a modifier callback fails. Fixes SF python patch/bug #1408584. +- Patch #1446489: add support for the ZIP64 extensions to zipfile. Library -------