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

Brian Curtin report at bugs.python.org
Thu Feb 11 02:31:48 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

False alarm, the failures are my fault. I had a previous version of symlink_support, and applying patch 25 added the contents of symlink_support to the file again, thus causing an ImportError on that file. Sorry about that.

I removed the file, applied patch 25 again, and the tests pass.

----------

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


More information about the Python-bugs-list mailing list