diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -318,6 +318,8 @@ C-API Library ------- +- Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree. + - Issue #1540112: Now allowing the choice of a copy function in shutil.copytree. |