[issue13412] No knowledge of symlinks on Windows

Alex Regueiro report at bugs.python.org
Wed Nov 16 00:07:06 CET 2011


Alex Regueiro <alexreg at gmail.com> added the comment:

Thanks Bryan, that would be great.

The elevated privs problem could potentially be avoided by creating symlinks using the Win32 API directly. As long as the appropiate group policy is set, one does not require admin privs to create symlinks. Perhaps symlink creation/deletion on Windows could even be integrated into the Python class library?

----------

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


More information about the Python-bugs-list mailing list