]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
authorDong-hee Na <donghee.na@python.org>
Wed, 3 Feb 2021 23:32:55 +0000 (08:32 +0900)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 23:32:55 +0000 (08:32 +0900)
commitf917c243c52d62a787738379fb9b97acbed02c17
tree4516bfbadf11f83ce17637aac219fb7fdf1ff8ac
parentd4e6ed7e5fb43320ea714d7436bc11667c624d43
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Doc/library/os.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/Library/2021-02-03-17-06-38.bpo-43106.SwcSuU.rst [new file with mode: 0644]
Modules/posixmodule.c