-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use allowZip64=True by default #61403
Comments
Python supports ZIP64 extension since 2.5 (more 6 years ago). May be it is time to use it by default, leaving the option to disable it by specifying allowZip64=False. |
Enabling ZIP64 seems like a reasonable default. The documentation justifies the current 32-bit default with outdated information: But InfoZIP has supported the ZIP64 extension for 4 years (since UnZip 6.0, and Zip 3.0). |
+1. Let's make it for 3.4. |
See attached. The patch updates ZipFile, its documentation, and its unit tests. |
LGTM. |
The patch LGTM. If anyone has objections, say them now. |
New changeset 271cc3660445 by Serhiy Storchaka in branch 'default': |
Thank you William for your contribution. |
New changeset 86338438b70d by R David Murray in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: