]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
authorMa Lin <animalize@users.noreply.github.com>
Tue, 8 Mar 2022 09:33:56 +0000 (17:33 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 09:33:56 +0000 (11:33 +0200)
commit36dd7396fcd26d8bf9919d536d05d7000becbe5b
treedbe015f77179a20ed0d3ddae87a5dc3d75a3deee
parent591f6754b56cb7f6c31fce8c22528bdf0a99556c
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)

Co-authored-by: Marco Ribeiro <marcoffee@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]