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 jheiselman
Recipients BitTorment, Yaniv.Aknin, alanmcintyre, brtzsnr, georg.brandl, iritkatriel, jheiselman, michael.driscoll, serhiy.storchaka, techtonik
Date 2021-01-27.19:03:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611774227.78.0.375096455568.issue2824@roundup.psfhosted.org>
In-reply-to
Content
Further, some tools like zipgrep, seem to iterate over the toc in the zipfile and end up running the grep part once per entry leading to some duplication of data returned without it being obvious that there wasn't actually duplicate data in the zip archive.

Interestingly, the zipfile module does not expose the duplicate toc entries using 'python -m zipfile -l <file.zip>', so it's hiding the issue itself.
History
Date User Action Args
2021-01-27 19:03:47jheiselmansetrecipients: + jheiselman, georg.brandl, alanmcintyre, techtonik, BitTorment, brtzsnr, Yaniv.Aknin, serhiy.storchaka, michael.driscoll, iritkatriel
2021-01-27 19:03:47jheiselmansetmessageid: <1611774227.78.0.375096455568.issue2824@roundup.psfhosted.org>
2021-01-27 19:03:47jheiselmanlinkissue2824 messages
2021-01-27 19:03:47jheiselmancreate