]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128131: Completely support random read access of uncompressed unencrypted files...
author5ec1cff <56485584+5ec1cff@users.noreply.github.com>
Mon, 20 Jan 2025 18:04:43 +0000 (02:04 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 18:04:43 +0000 (13:04 -0500)
commitdda02eb7be62bf0af850a7521c77c90ea997df6c
tree279d65671c4147db3b51aa3f51e607ddc817555f
parented6934e71e55d398df8263f4697f58e4a3815f69
GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (#128143)

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]