]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105808: Fix a regression introduced in GH-101251 (#105910)
authorT. Wouters <thomas@python.org>
Mon, 19 Jun 2023 17:09:04 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 17:09:04 +0000 (17:09 +0000)
commit1858db7cbdbf41aa600c954c15224307bf81a258
tree93d20043fa08bbdbc2c17510d7990fdc80bee6af
parent7a56a4148c521969d64164d2776641f19e3ca9e8
GH-105808: Fix a regression introduced in GH-101251 (#105910)

Fix a regression introduced in pythonGH-101251, causing GzipFile.flush() to
not flush the compressor (nor pass along the zip_mode argument).
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS.d/next/Library/2023-06-19-11-31-55.gh-issue-105808.NL-quu.rst [new file with mode: 0644]