[issue13412] Symbolic links omitted by os.listdir on some systems

Alex Regueiro report at bugs.python.org
Wed Nov 16 02:16:24 CET 2011


Alex Regueiro <alexreg at gmail.com> added the comment:

Okay, so I figured out where I was originally seeing this issue. (It does indeed work normally as you said; I'm not sure how I tested otherwise.)

Well, the problem is when you load a module that is a SYMLINKD. If the module folder is a normal directory, all works fine, otherwise it can't be found. Hopefully you can verify this.

----------

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


More information about the Python-bugs-list mailing list