]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 15:42:03 +0000 (17:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 15:42:03 +0000 (17:42 +0200)
commitf0d0306c24f0de1c18f56b8e3a0a77ab3450c83f
tree08eebc216bf86b2840b99c80904b55b312010f40
parentb7c057a143d94cd77443d35c70bc6e47b211617c
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
unreadable directories on Windows too.
Lib/test/test_support.py