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 mndavidoff
Recipients berker.peksag, docs@python, mndavidoff, python-dev, serhiy.storchaka
Date 2018-09-21.09:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537521746.66.0.956365154283.issue29013@psf.upfronthosting.co.za>
In-reply-to
Content
I agree it may be better if we don't describe all the details of ZIP64. How about this rewording for the second change, so we don't have to give all the details?

(2) In the description of the zipfile.ZipFile class, change:

"If allowZip64 is True (the default) zipfile will create ZIP files that use the ZIP64 extensions when the zipfile is larger than 4 GiB."

to:

"If allowZip64 is True (the default) zipfile will create ZIP files that use the ZIP64 extensions when necessary, for example, when the zipfile is larger than 2 GiB."
History
Date User Action Args
2018-09-21 09:22:26mndavidoffsetrecipients: + mndavidoff, docs@python, python-dev, berker.peksag, serhiy.storchaka
2018-09-21 09:22:26mndavidoffsetmessageid: <1537521746.66.0.956365154283.issue29013@psf.upfronthosting.co.za>
2018-09-21 09:22:26mndavidofflinkissue29013 messages
2018-09-21 09:22:26mndavidoffcreate