[issue13412] No knowledge of symlinks on Windows

Brian Curtin report at bugs.python.org
Wed Nov 16 00:02:50 CET 2011


Brian Curtin <brian at python.org> added the comment:

I think we could still make os.listdir work properly. I'll look into a patch for this.

One "problem" here is the testability, since we'd need to rely on the mklink CLI app to create the symlinks, which requires that the calling application (python.exe) has elevated privileges. It wont be exercised by any of the buildbots.

----------

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


More information about the Python-bugs-list mailing list