summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-20 14:19:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-20 14:19:20 (GMT)
commit0e7dbe901ca5e5587d18bdfaceeba244ab5342ca (patch)
tree65913e436685186ae60ca8ace51abf4ebfcf1d17 /Misc
parent92b9a1f9114fc83ba4d3dcc760012097c60a11df (diff)
parent6770f8a4877eba56dd9978caf197795dbc3d3ffb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 172907a..b91badf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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