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.06:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537510338.24.0.956365154283.issue29013@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, merely reverting the change would not fix the originally reported problem in the documentation. Based on your additional information, and to prevent the need to describe the ZIP64 extensions in more than one place, I suggest two changes:

(1) Change the second paragraph in the zipfile module documentation from:

"It can handle ZIP files that use the ZIP64 extensions (that is ZIP files that are more than 4 GiB in size)."

to:

"It can handle ZIP files that use the ZIP64 extensions."

(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 the zipfile is larger than 2 GiB or contains more than 65535 files."
History
Date User Action Args
2018-09-21 06:12:18mndavidoffsetrecipients: + mndavidoff, docs@python, python-dev, berker.peksag, serhiy.storchaka
2018-09-21 06:12:18mndavidoffsetmessageid: <1537510338.24.0.956365154283.issue29013@psf.upfronthosting.co.za>
2018-09-21 06:12:18mndavidofflinkissue29013 messages
2018-09-21 06:12:18mndavidoffcreate