]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Dec 2023 10:57:11 +0000 (12:57 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Dec 2023 10:57:11 +0000 (10:57 +0000)
commit1f06baeabd7ef64b7be6af7cb6fc03ec410b1aa2
treee444e19cb3748885d3f7ad31329ea050e8a5eb14
parent53330f167792a2947ab8b0faafb11019d7fb09b6
gh-113191: Add support of os.fchmod() on Windows (GH-113192)

Also support a file descriptor in os.chmod().
Doc/library/os.rst
Doc/whatsnew/3.13.rst
Lib/os.py
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2023-12-15-21-33-42.gh-issue-113191.Il155b.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c