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-19.07:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537342986.58.0.956365154283.issue29013@psf.upfronthosting.co.za>
In-reply-to
Content
I think we should just revert this. The zipfile module can handle ZIP files up to 4 GiB without the ZIP64 extensions, but it requires the ZIP64 extensions for creating ZIP files larger than 2 GiB. The ZIP64 extensions is required also for ZIP files with more than 65535 files.
History
Date User Action Args
2018-09-19 07:43:06serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, python-dev, berker.peksag, mndavidoff
2018-09-19 07:43:06serhiy.storchakasetmessageid: <1537342986.58.0.956365154283.issue29013@psf.upfronthosting.co.za>
2018-09-19 07:43:06serhiy.storchakalinkissue29013 messages
2018-09-19 07:43:06serhiy.storchakacreate