]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Dec 2023 07:16:06 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 07:16:06 +0000 (09:16 +0200)
commitb4f2c89118d5a48ce6c495ba931d7f6493422029
tree3c3c2aa5bfa5a4e2dd1961577db5e46a68b07b4b
parentfddc829236d7b29a522a2160e57b2d7ca23b9b95
gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)

Also make test_copymode_symlink_to_symlink in test_shutil more strict.
Lib/test/test_posix.py
Lib/test/test_shutil.py