[issue14773] fwalk breaks on dangling symlinks

Hynek Schlawack report at bugs.python.org
Sat May 12 20:13:50 CEST 2012


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

But if it is a dangling symlink, you want to add it to nondirs while missing files could be skipped, no? You can't skip dangling symlinks if you want to implement rmtree. The normal walk() doesn't too.

----------

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


More information about the Python-bugs-list mailing list