[New-bugs-announce] [issue9332] Document requirements for os.symlink usage on Windows

Brian Curtin report at bugs.python.org
Thu Jul 22 20:45:39 CEST 2010


New submission from Brian Curtin <curtin at acm.org>:

#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 <report at bugs.python.org>
<http://bugs.python.org/issue9332>
_______________________________________


More information about the New-bugs-announce mailing list