summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 0dd2d10..f7c5e37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -258,6 +258,9 @@ IDLE
Tests
-----
+- Issue #1666318: Add a test that shutil.copytree() retains directory
+ permissions. Patch by Catherine Devlin.
+
- Issue #18357: add tests for dictview set difference.
Patch by Fraser Tweedale.