[issue17189] Add zip64 support to shutil

Antoine Pitrou report at bugs.python.org
Wed Feb 13 13:10:17 CET 2013


Antoine Pitrou added the comment:

> Yes, there is a special flag for this in zipfile. It is named
> allowZip64.

Then I think shutil should set allowZip64 to True by default.
People who want fine-grained control over the zipfile's characteristics can still use the zipfile module directly.

----------

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


More information about the Python-bugs-list mailing list