]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH...
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Sun, 14 Mar 2021 18:06:56 +0000 (13:06 -0500)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 18:06:56 +0000 (11:06 -0700)
commitbd2fa3c416ffe6107b500a2180fa1764645c0a61
tree44a53d55e02511cb6f6a1641c678c1b179f87863
parentd48848c83e0f3e41b65c8f741f3fb6dbce5b9c29
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793)
Doc/library/tempfile.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2021-03-07-23-23-03.bpo-29982.Q9iszT.rst [new file with mode: 0644]