[issue29013] zipfile: inconsistent doc for ZIP64 file size

2018-09-21 Thread Monte Davidoff
Monte Davidoff added the comment: 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 allowZip

[issue29013] zipfile: inconsistent doc for ZIP64 file size

2018-09-20 Thread Monte Davidoff
Monte Davidoff added the comment: 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

[issue29013] zipfile: inconsistent doc for ZIP64 file size

2017-01-02 Thread Monte Davidoff
Monte Davidoff added the comment: Serhiy, thank you for the correction and the additional information. I tried reading a zip file larger than 4 GiB with allowZip64=False, and it worked, so it looks like allowZip64 only applies to writing. I suggest we fix the inconsistency in the

[issue29013] zipfile: inconsistent doc for ZIP64 file size

2016-12-19 Thread Monte Davidoff
New submission from Monte Davidoff: The documentation for the zipfile module, https://docs.python.org/3.5/library/zipfile.html, contains inconsistent descriptions of the maximum size of a ZIP file when allowZip64 is False. The second paragraph in the zipfile module documentation states: &qu