]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)
authorSteve Dower <steve.dower@python.org>
Fri, 24 May 2024 17:26:44 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 17:26:44 +0000 (19:26 +0200)
commitc8f868dc52f98011d0f9b459b6487920bfb0ac4d
treecf748facfea138c0e1ebcded49c9700092ed32bb
parent333c7dccd87c637d0b15cf81f9bbec28e39664fd
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/os.rst
Doc/whatsnew/3.10.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