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

Sean Reifschneider report at bugs.python.org
Sat Sep 22 01:39:02 CEST 2007


Sean Reifschneider added the comment:

If the file links are on the same volume, it's probably using hard
links.  Symbolic links can cross file-systems, of course.  So it sounds
like the Junction Points aren't going to work to replace symlinks, and
they'll be Vista only.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1578269>
_____________________________________


More information about the Python-bugs-list mailing list