[issue19629] support.rmtree fails on symlinks under Windows

STINNER Victor report at bugs.python.org
Wed Nov 27 21:34:48 CET 2013


STINNER Victor added the comment:

Why not starting to use pathlib? pathlib.Path(path).resolve().is_dir().

----------

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


More information about the Python-bugs-list mailing list