commit | 5235398323aeb40c3fda4ad2daea3beebb6ff11f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 14:17:42 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 14:17:42 2008 +0000 |
tree | 9e5be28b182abe13cb1ba64dad171d694517798f | |
parent | 56112895d69131ee4f34d4e3e9406614313df57f [diff] [blame] |
#1669: don't allow shutil.rmtree() to be called on a symlink.
diff --git a/Misc/NEWS b/Misc/NEWS index 0a80aba..98f4a22 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -369,6 +369,9 @@ Library ------- +- #1669: don't allow shutil.rmtree() to be called on a symlink to a + directory. + - #1664522: in urllib, don't read non-existing directories in ftp mode, returning a 0-byte file -- raise an IOError instead.