summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-20 14:16:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-20 14:16:06 (GMT)
commit6770f8a4877eba56dd9978caf197795dbc3d3ffb (patch)
treef3dc4cf48d19a2e5d40a421e7c89fdb9c659b574 /Misc
parentf675a37ed3d033bd62af470540cfe50d9767a529 (diff)
downloadcpython-6770f8a4877eba56dd9978caf197795dbc3d3ffb.zip
cpython-6770f8a4877eba56dd9978caf197795dbc3d3ffb.tar.gz
cpython-6770f8a4877eba56dd9978caf197795dbc3d3ffb.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 f8144b3..0e5d5f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -511,6 +511,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.
- Issue #28409: regrtest: fix the parser of command line arguments.