]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Mar 2022 10:04:54 +0000 (02:04 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 10:04:54 +0000 (02:04 -0800)
commit0663ca17f5535178c083c6734fa52e40bd2db2de
treef42699c364057cc7ba94ca763f77d806638e090e
parent89c360125bf6562c99fcc17489dc234c624aa387
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)

Co-authored-by: Marco Ribeiro <marcoffee@users.noreply.github.com>
(cherry picked from commit 36dd7396fcd26d8bf9919d536d05d7000becbe5b)

Co-authored-by: Ma Lin <animalize@users.noreply.github.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2021-11-08-20-27-41.bpo-44439.I_8qro.rst [new file with mode: 0644]