]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
authorSamuel Sloniker <sam@kj7rrv.com>
Tue, 25 Apr 2023 16:05:59 +0000 (09:05 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 16:05:59 +0000 (16:05 +0000)
commit32bea69b89e32a8c673db3315e1ea3de48ea7702
tree6dfc98400b736b23c0f809794e017589fce5c5f9
parentc8c3956d905e019101038b018129a4c90c9c9b8f
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Doc/library/tempfile.rst
Doc/whatsnew/3.12.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2022-07-06-11-10-37.gh-issue-51574.sveUeD.rst [new file with mode: 0644]