]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-84353: Preserve non-UTF-8 filenames when appending to ZipFile (GH-150091...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 May 2026 18:21:49 +0000 (20:21 +0200)
committerGitHub <noreply@github.com>
Wed, 27 May 2026 18:21:49 +0000 (18:21 +0000)
commiteb9c97b1a1d6a5ae7a8e6a9375070c5dea1ced4e
tree23f875283b1e667b508d8623cadd0bba7ba0d8ef
parent40c80434a68613403ecf278ae0744ffd0867490c
[3.14] gh-84353: Preserve non-UTF-8 filenames when appending to ZipFile (GH-150091) (GH-150528)

Preserve non-UTF-8 filenames when appending to a ZipFile.

---------
(cherry picked from commit 24c6bbc92b6dd0ce9b7ff799049498299f70f97d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2026-05-19-19-00-49.gh-issue-84353.ZU5zaQ.rst [new file with mode: 0644]