[issue1578269] Add os.symlink() and os.path.islink() support for Windows

Jason R. Coombs report at bugs.python.org
Thu Apr 8 03:40:47 CEST 2010


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I've been fighting a failing test in test_platform (when test.support.can_symlink() is True). Turns out the problem is caused by the fact that the Python DLL cannot be resolved when the executable isn't in the same directory (which is the case when launched from a symlink). I've created issue8342 to track this behavior.

----------

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


More information about the Python-bugs-list mailing list