Closed
Description
Feature or enhancement
Proposal:
cpython/Lib/zipfile/__init__.py
Lines 1164 to 1177 in 78ffba4
if read_offset < 0, ZipExtFile is reset and read from the beginning. I think read_offset > 0
is unnecessary.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
- GH-128131: Random access uncompressed unencrypted ZipExtFile #128132
- GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile #128143
- [3.13] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) #129091
- [3.12] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) #129092
Metadata
Metadata
Assignees
Projects
Status
Done