summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-08-16 17:36:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-08-16 17:36:18 (GMT)
commit566c470e3eac10be62fb268b36af2f04dbfb7d65 (patch)
tree00ba1ccd23f2a5917b7da9d623f4626d66243a79 /Misc
parent53e5b5e5815f04f47f93ec89cc11e6c2a250b497 (diff)
parentac601601ced9e06b2132781b7c4a4551ab93758a (diff)
downloadcpython-566c470e3eac10be62fb268b36af2f04dbfb7d65.zip
cpython-566c470e3eac10be62fb268b36af2f04dbfb7d65.tar.gz
cpython-566c470e3eac10be62fb268b36af2f04dbfb7d65.tar.bz2
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Patch by Catherine Devlin.
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 93b60b2..d849b51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -682,6 +682,9 @@ Library
Tests
-----
+- Issue #1666318: Add a test that shutil.copytree() retains directory
+ permissions. Patch by Catherine Devlin.
+
- Issue #18273: move the tests in Lib/test/json_tests to Lib/test/test_json
and make them discoverable by unittest. Patch by Zachary Ware.