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

Stephen Warren report at bugs.python.org
Fri Sep 21 06:49:44 CEST 2007


Stephen Warren added the comment:

I'd say that junction points were a great way to expose this feature
under Win32 - after all, isn't it specifically what they were designed for?

Incidentally, at least one other application uses them for exactly this
purpose; a commercial source control tool named Accurev supports
checked-in symlinks on Windows as well as *nix etc.

The added advantage of junction points over whatever new API Vista
exposes is that it'll work on at least XP (maybe even Win2K?)

----------
nosy: +swarren

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


More information about the Python-bugs-list mailing list