]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
authorSteve Dower <steve.dower@python.org>
Thu, 9 May 2024 18:18:56 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 18:18:56 +0000 (19:18 +0100)
commiteb29e2f5905da93333d1ce78bc98b151e763ff46
treeb242b4e2071fdb7972aea26fc1206c448f176c24
parentc0d257cc69a943d2c211fe7ad54e706f1085ba1a
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Doc/library/os.rst
Doc/whatsnew/3.12.rst
Lib/test/test_os.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Security/2024-05-01-20-57-09.gh-issue-118486.K44KJG.rst [new file with mode: 0644]
Modules/posixmodule.c