diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-16 17:36:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-16 17:36:18 (GMT) |
commit | 566c470e3eac10be62fb268b36af2f04dbfb7d65 (patch) | |
tree | 00ba1ccd23f2a5917b7da9d623f4626d66243a79 /Misc | |
parent | 53e5b5e5815f04f47f93ec89cc11e6c2a250b497 (diff) | |
parent | ac601601ced9e06b2132781b7c4a4551ab93758a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |