]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132)
authorJakobDev <jakobdev@gmx.de>
Fri, 24 Mar 2023 21:52:06 +0000 (22:52 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 21:52:06 +0000 (14:52 -0700)
commit64cb1a4f0f0bc733a33ad7a6520e749ca1cdd43f
tree8565787413edcbc7a0475d7f67726b1938507c56
parentded9a7fc194a1d5c0e38f475a45f8f77dbe9c6bc
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132)

Add optional delete parameter to tempfile.TemporaryDirectory().

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/tempfile.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2022-12-09-11-21-38.gh-issue-100131.v863yR.rst [new file with mode: 0644]