]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742)
authorSteve Dower <steve.dower@python.org>
Fri, 24 May 2024 17:27:13 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 17:27:13 +0000 (19:27 +0200)
commit91e3669e01245185569d09e9e6e11641282971ee
tree7f70974f6e6c02f79bc6f08956112e900d0bb29e
parent29c97287d205bf2f410f4895ebce3f43b5160524
[3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742)

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