]> granicus.if.org Git - python/commit
#1669: don't allow shutil.rmtree() to be called on a symlink.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:17:42 +0000 (14:17 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:17:42 +0000 (14:17 +0000)
commit5235398323aeb40c3fda4ad2daea3beebb6ff11f
tree9e5be28b182abe13cb1ba64dad171d694517798f
parent56112895d69131ee4f34d4e3e9406614313df57f
#1669: don't allow shutil.rmtree() to be called on a symlink.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS