]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Dec 2023 11:28:37 +0000 (13:28 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 11:28:37 +0000 (13:28 +0200)
commit29f7eb4859bfc27a4c93f36449ca7d810e13288b
tree6404319a95dc2d6845f34e4bee59ff70c46d387a
parentc6e953be125c491226adc1a5bc9c804ce256aa17
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049)
Doc/library/os.rst
Doc/whatsnew/3.13.rst
Lib/os.py
Lib/tempfile.py
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2023-12-13-17-08-21.gh-issue-59616.JNlWSs.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Tools/clinic/clinic.py