]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-113088)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Dec 2023 07:31:46 +0000 (08:31 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 07:31:46 +0000 (07:31 +0000)
commit0bd18997d3a5bb8196459348684a1b8bb0334be3
treefce2122bf5d4021cc56934f70f9d0f6f300ac0fe
parentc34c9e3b9aba76764a54b2e404aa1fef0a6a5c58
[3.12] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-113088)

Also make test_copymode_symlink_to_symlink in test_shutil more strict.
(cherry picked from commit b4f2c89118d5a48ce6c495ba931d7f6493422029)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_posix.py
Lib/test/test_shutil.py