]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-113089)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Dec 2023 07:33:35 +0000 (08:33 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 07:33:35 +0000 (07:33 +0000)
commite4cdb740790086e97434f59e7c75a250bd5e9b87
tree0acc6c564c0d19c119a526483b17c9b7a8fe60d1
parenta45a059afe6b5af79f19085386e4a78fee381c24
[3.11] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-113089)

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