[issue14773] fwalk breaks on dangling symlinks

Hynek Schlawack report at bugs.python.org
Sun May 13 00:37:09 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

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

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? ;)

----------
Added file: http://bugs.python.org/file25556/fwalk-ignore-missing-files.diff

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


More information about the Python-bugs-list mailing list