]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-128131: Completely support random read access of uncompressed unencrypted...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jan 2025 20:40:28 +0000 (21:40 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 20:40:28 +0000 (20:40 +0000)
commit03bce18992fd49f5f87697a21c0390fc6082bfc7
tree1a12778170477e13e1e780b80af6b64c76300d42
parent728c6b89a66b7cb431a99fef835674ddbd765d37
[3.12] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) (#129092)

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]