This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients berker.peksag, docs@python, mndavidoff, python-dev, serhiy.storchaka
Date 2018-09-21.08:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537518212.16.0.956365154283.issue29013@psf.upfronthosting.co.za>
In-reply-to
Content
This would look good too.

To be accurate, zipfile will create ZIP files that use the ZIP64 extensions when:

* It contains more than 65535 files.

* It is larger than 2 GiB. More accurate, when either the offset or the size of the central directory is larger than 2 GiB, so in theory it is possible to exceed the total size of 2 GiB without using ZIP64.

* The original size of any file is larger than 2 GiB.

I'm not sure we should describe the behavior in all details.
History
Date User Action Args
2018-09-21 08:23:32serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, python-dev, berker.peksag, mndavidoff
2018-09-21 08:23:32serhiy.storchakasetmessageid: <1537518212.16.0.956365154283.issue29013@psf.upfronthosting.co.za>
2018-09-21 08:23:32serhiy.storchakalinkissue29013 messages
2018-09-21 08:23:32serhiy.storchakacreate