]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with backslashes...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 Mar 2024 18:35:12 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 18:35:12 +0000 (18:35 +0000)
commitf3fee231d359979133e1d58085f43277c41476d0
treed5a28e909420cf969bbf35951b5bb2334afba5c5
parent135a698d5cbb9090fa980efcbb15bcf6063ad5b7
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162)

(cherry picked from commit 567ab3bd15398c8c7b791f3e376ae3e3c0bbe079)
Lib/test/test_zipfile/test_core.py
Lib/test/zipdir_backslash.zip [new file with mode: 0644]
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2024-03-21-17-07-38.gh-issue-117084.w1mTpT.rst [new file with mode: 0644]