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

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