[issue17189] Add zip64 support to shutil

William Mallard report at bugs.python.org
Wed Feb 13 16:50:41 CET 2013


William Mallard added the comment:

Ok, here's a patch that makes zip64 the default in make_archive() when format='zip'.

I also agree that ZipFile should set allowZip64=True by default. (PKZIP has supported zip64 since 2001!)

----------
Added file: http://bugs.python.org/file29060/shutil_zip64_by_default.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17189>
_______________________________________


More information about the Python-bugs-list mailing list