]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)
authorPavol Babinčák‏ <scroolik@gmail.com>
Wed, 13 Dec 2023 20:23:13 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 20:23:13 +0000 (22:23 +0200)
commitf5c05e015c178975f24b77e5a8975a22d694e019
tree5a1e7074b6f1d232a42b55df9fcd07c1cf291c6d
parentf14e3d59c955fb3cf89e5241727ec566164dcf42
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)

Order of tests matter second part makes testing file writable and
possible to remove again.
Lib/test/test_stat.py
Misc/NEWS.d/next/Tests/2020-05-16-18-00-21.bpo-40648.p2uPqy.rst [new file with mode: 0644]