[New-bugs-announce] [issue45006] Add data_offset field to ZipInfo

Kelvin Zhang report at bugs.python.org
Wed Aug 25 22:30:22 EDT 2021


New submission from Kelvin Zhang <zhangxp1998 at gmail.com>:

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.

----------
components: Library (Lib)
messages: 400306
nosy: zhangxp1998
priority: normal
severity: normal
status: open
title: Add data_offset field to ZipInfo
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45006>
_______________________________________


More information about the New-bugs-announce mailing list