]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97015)
authorEv2geny <ev2geny@gmail.com>
Tue, 4 Oct 2022 22:37:33 +0000 (00:37 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 22:37:33 +0000 (23:37 +0100)
commit743453a5541d3a6f19046459d22a7991ecb88223
treebbecc400935d6ea5564292bba5c963e03520141a
parentbbc7cd649a6ef56eb09278f3e746ca89b9d592c9
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97015)
Doc/library/tempfile.rst
Doc/whatsnew/3.12.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2020-09-28-04-56-04.bpo-14243.YECnxv.rst [new file with mode: 0644]