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

Jason R. Coombs report at bugs.python.org
Mon Aug 2 22:56:31 CEST 2010


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I love it -- especially all of the '-' lines in the patch! Good work. Is it conceivable that a Windows XP user would have that privilege (and thus would have access to a non-functional os.symlink function)?

One thing I particularly like is this provides an interface (os._symlink) that developers can use if they expect privileges to change at runtime, but for the majority of use cases, the os.symlink interface is otherwise largely consistent.

----------

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


More information about the Python-bugs-list mailing list