[issue17201] Use allowZip64=True by default

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 86338438b70d by R David Murray in branch 'default': whatsnew: allowZip64 defaults to True (#17201). http://hg.python.org/cpython/rev/86338438b70d -- ___ Python tracker rep...@bugs.python.org

[issue17201] Use allowZip64=True by default

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 271cc3660445 by Serhiy Storchaka in branch 'default': Issue #17201: ZIP64 extensions now are enabled by default. http://hg.python.org/cpython/rev/271cc3660445 -- nosy: +python-dev ___ Python tracker

[issue17201] Use allowZip64=True by default

2013-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you William for your contribution. -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17201

[issue17201] Use allowZip64=True by default

2013-08-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch LGTM. If anyone has objections, say them now. -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17201 ___

[issue17201] Use allowZip64=True by default

2013-02-15 Thread Ramchandra Apte
Ramchandra Apte added the comment: LGTM. -- nosy: +Ramchandra.Apte ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17201 ___ ___ Python-bugs-list

[issue17201] Use allowZip64=True by default

2013-02-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: +1. Let's make it for 3.4. -- keywords: +easy stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17201 ___

[issue17201] Use allowZip64=True by default

2013-02-14 Thread William Mallard
William Mallard added the comment: See attached. The patch updates ZipFile, its documentation, and its unit tests. -- keywords: +patch Added file: http://bugs.python.org/file29074/zipfile_zip64_by_default.patch ___ Python tracker

[issue17201] Use allowZip64=True by default

2013-02-14 Thread William Mallard
Changes by William Mallard w...@llard.net: Added file: http://bugs.python.org/file29075/zipfile_zip64_by_default.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17201 ___

[issue17201] Use allowZip64=True by default

2013-02-13 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: 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. -- components: Library (Lib) messages: 182048 nosy: alanmcintyre, loewis,

[issue17201] Use allowZip64=True by default

2013-02-13 Thread William Mallard
William Mallard added the comment: Enabling ZIP64 seems like a reasonable default. The documentation justifies the current 32-bit default with outdated information: ZIP64 extensions are disabled by default because the default 'zip' and 'unzip' commands on Unix (the InfoZIP utilities) don't