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 accelerator0099
Recipients accelerator0099, dhillier, eric.smith
Date 2021-12-15.12:18:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639570737.91.0.412178471507.issue45981@roundup.psfhosted.org>
In-reply-to
Content
I do think providing a rawfile field in the ZipInfo struct helps.
As a library, ZipFile should let users know what they are dealing with.
Users can get data from zip files, and ZipFile shouldn't corrupt them.
I don't mean that we should provide everything in raw bytes.
What I mean is that DATA could be CONVERTED, but couldn't be CORRUPTED.
History
Date User Action Args
2021-12-15 12:18:57accelerator0099setrecipients: + accelerator0099, eric.smith, dhillier
2021-12-15 12:18:57accelerator0099setmessageid: <1639570737.91.0.412178471507.issue45981@roundup.psfhosted.org>
2021-12-15 12:18:57accelerator0099linkissue45981 messages
2021-12-15 12:18:57accelerator0099create