]> granicus.if.org Git - python/commit
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 20 Apr 2010 08:57:33 +0000 (08:57 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 20 Apr 2010 08:57:33 +0000 (08:57 +0000)
commitfb437513d67c526c8579c96d2986f1e46f9140ed
tree7b067a67782884780b0e4e4663bb245091f9f942
parent0d2fa4a612570b9abfb0320b0c174ecae5488bf8
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS