]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)
authorSteve Dower <steve.dower@python.org>
Fri, 24 May 2024 00:13:18 +0000 (01:13 +0100)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 00:13:18 +0000 (02:13 +0200)
commit35c799d79177b962ddace2fa068101465570a29a
tree5af4ae35dbce15fc745f121ceb15f7ccd40d782e
parent4762b365406a8cf026a4a4ddcae34c28a41c3de9
[3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)
Doc/library/os.rst
Doc/whatsnew/3.11.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