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 zhangxp1998
Recipients zhangxp1998
Date 2021-08-26.02:30:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629945022.64.0.0597946135718.issue45006@roundup.psfhosted.org>
In-reply-to
Content
Currently python's zipfile module does not have a way query starting offset of compressed data. This might be handy when the user wants to copy compressed data as is. Therefore I propose adding a data_offset field to zipfile.ZipInfo, which stores the offset to beginning of compressed data.
History
Date User Action Args
2021-08-26 02:30:22zhangxp1998setrecipients: + zhangxp1998
2021-08-26 02:30:22zhangxp1998setmessageid: <1629945022.64.0.0597946135718.issue45006@roundup.psfhosted.org>
2021-08-26 02:30:22zhangxp1998linkissue45006 messages
2021-08-26 02:30:22zhangxp1998create