[issue9333] Expose a way to enable os.symlink on Windows

Brian Curtin report at bugs.python.org
Tue Dec 28 02:51:58 CET 2010


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

(hit enter too soon, sorry)

The patch makes os.symlink always available on Windows machines, but it will only have an effect when privileged. Windows XP and Windows 2003 will still receive NotImplementedError, as the underlying calls aren't available there. On Vista and 7 for non-privileged users, OSError will be raised.

----------

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


More information about the Python-bugs-list mailing list