[issue23407] os.walk always follows Windows junctions

Eric Fahlgren report at bugs.python.org
Wed Jan 11 16:23:26 EST 2017


Eric Fahlgren added the comment:

> # Junctions are not recognized as links.        self.assertFalse(os.path.islink(self.junction))

If the above comment is intended as a statement of fact, then it's inconsistent with the implementation of Py_DeleteFileW ( https://hg.python.org/cpython/file/v3.6.0/Modules/posixmodule.c#l4178 ).

----------
nosy: +eric.fahlgren

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


More information about the Python-bugs-list mailing list