[issue1669] shutil.rmtree fails on symlink, after deleting contents

Raghuram Devarakonda report at bugs.python.org
Mon Jan 21 16:11:19 CET 2008


Raghuram Devarakonda added the comment:

If rmtree() always returns in case of symbolic links (as it is
checked-in), wouldn't it be much simpler to totally do away with
'onerror' handling? I thought 'onerror' gives the user the option how to
proceed (which is true in other usages).

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1669>
__________________________________


More information about the Python-bugs-list mailing list