New submission from Brian Curtin <[email protected]>: #1578269 introduced os.symlink support for Windows 6.0, but it requires the SeCreateSymbolicLinkPrivilege privilege to be enabled for the calling user, which is not always the case. Documentation needs to be added on the specific details here, possibly including a method to request privilege escalation.
---------- assignee: brian.curtin components: Documentation messages: 111207 nosy: brian.curtin, jaraco priority: normal severity: normal stage: needs patch status: open title: Document requirements for os.symlink usage on Windows type: behavior versions: Python 3.2 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9332> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
