]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-128131: Completely support random read access of uncompressed unencrypted...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jan 2025 18:28:52 +0000 (19:28 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 18:28:52 +0000 (18:28 +0000)
commit03b2ecf41c6f4cc57aac3dd147b8b5dedcafcd3d
treefd36eb87e8ef86c8ad60aae007c895f6ca15a1e2
parenta1c48a750cc52332b0ed16ea8ffa07c18eaee201
[3.13] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) (#129091)

GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143)
(cherry picked from commit dda02eb7be62bf0af850a7521c77c90ea997df6c)

Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2024-12-21-03-20-12.gh-issue-128131.QpPmNt.rst [new file with mode: 0644]