[issue14773] fwalk breaks on dangling symlinks

Charles-François Natali report at bugs.python.org
Sun May 13 12:52:36 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

> Just to stress it once more: a fwalk that _ignores_ dangling symlinks is worthless for rmtree. And wasn't rmtree the initial reason to implement fwalk in the first place? ;)

Indeed, my bad :-)

> So I've changed the patch to ignore everything missing except for dangling links (which throw unfortunately the same exception).

Looks good to me.

----------
stage: patch review -> commit review

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


More information about the Python-bugs-list mailing list