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

Sean Reifschneider report at bugs.python.org
Fri Sep 21 11:25:47 CEST 2007


Sean Reifschneider added the comment:

swarren: According to the wikipedi article on junction points:

   They can only be used on folders, not files.
   They are being replaced by symbolic links.

The latter I take to mean junction points are being phased out, but I
couldn't find any information one way or another on it.

http://en.wikipedia.org/wiki/NTFS_junction_point

----------
nosy: +jafo

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


More information about the Python-bugs-list mailing list