]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)
authorRussell Keith-Magee <russell@keith-magee.com>
Tue, 24 Jun 2025 00:55:50 +0000 (08:55 +0800)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 00:55:50 +0000 (08:55 +0800)
commit34393cbdd46fd965de86f1e7bc89ab111f506723
tree4f021aa0999d40f995bb15aae7f086745d4339b7
parent2793b68f758c10fb63b264787f10d46a71fc8086
gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)

Adds a note about flush/close on copyfileobj, and updates
the Emscripten build script to follow documented advice.
Doc/library/shutil.rst
Tools/wasm/emscripten/__main__.py