diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-20 14:19:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-20 14:19:20 (GMT) |
commit | 0e7dbe901ca5e5587d18bdfaceeba244ab5342ca (patch) | |
tree | 65913e436685186ae60ca8ace51abf4ebfcf1d17 /Misc | |
parent | 92b9a1f9114fc83ba4d3dcc760012097c60a11df (diff) | |
parent | 6770f8a4877eba56dd9978caf197795dbc3d3ffb (diff) | |
download | cpython-0e7dbe901ca5e5587d18bdfaceeba244ab5342ca.zip cpython-0e7dbe901ca5e5587d18bdfaceeba244ab5342ca.tar.gz cpython-0e7dbe901ca5e5587d18bdfaceeba244ab5342ca.tar.bz2 |
Issue #28666: Now test.support.rmtree is able to remove unwritable or
unreadable directories.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ Documentation Tests ----- +- Issue #28666: Now test.support.rmtree is able to remove unwritable or + unreadable directories. + - Issue #23839: Various caches now are cleared before running every test file. Build |