[issue19629] support.rmtree fails on symlinks under Windows

Jeremy Kloth report at bugs.python.org
Wed Nov 27 19:56:22 CET 2013


Jeremy Kloth added the comment:

The attached patch changes support.rmtree to use os.lstat() instead of the builtin _isdir() to test for directory-ness of a path.

----------
keywords: +patch
Added file: http://bugs.python.org/file32875/symlink.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19629>
_______________________________________


More information about the Python-bugs-list mailing list