diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-20 08:57:33 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-20 08:57:33 (GMT) |
commit | fb437513d67c526c8579c96d2986f1e46f9140ed (patch) | |
tree | 7b067a67782884780b0e4e4663bb245091f9f942 /Misc | |
parent | 0d2fa4a612570b9abfb0320b0c174ecae5488bf8 (diff) | |
download | cpython-fb437513d67c526c8579c96d2986f1e46f9140ed.zip cpython-fb437513d67c526c8579c96d2986f1e46f9140ed.tar.gz cpython-fb437513d67c526c8579c96d2986f1e46f9140ed.tar.bz2 |
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
Diffstat (limited to 'Misc')
-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. |