diff options
author | Pavol Babinčák <scroolik@gmail.com> | 2023-12-13 20:23:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 20:23:13 (GMT) |
commit | f5c05e015c178975f24b77e5a8975a22d694e019 (patch) | |
tree | 5a1e7074b6f1d232a42b55df9fcd07c1cf291c6d /Misc | |
parent | f14e3d59c955fb3cf89e5241727ec566164dcf42 (diff) | |
download | cpython-f5c05e015c178975f24b77e5a8975a22d694e019.zip cpython-f5c05e015c178975f24b77e5a8975a22d694e019.tar.gz cpython-f5c05e015c178975f24b77e5a8975a22d694e019.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-05-16-18-00-21.bpo-40648.p2uPqy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-05-16-18-00-21.bpo-40648.p2uPqy.rst b/Misc/NEWS.d/next/Tests/2020-05-16-18-00-21.bpo-40648.p2uPqy.rst new file mode 100644 index 0000000..8fbe42d --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-05-16-18-00-21.bpo-40648.p2uPqy.rst @@ -0,0 +1 @@ +Test modes that file can get with chmod() on Windows. |