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

Guido van Rossum report at bugs.python.org
Thu Dec 20 18:43:40 CET 2007


Guido van Rossum added the comment:

Thanks for the patch. I think it should raise IOError, not ValueError,
and it should use the onerror() handling used for all other errors.
Also, can you include an update for the docs in the Doc tree?

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


More information about the Python-bugs-list mailing list