This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, jaraco
Date 2010-07-22.18:45:36
SpamBayes Score 0.05042229
Marked as misclassified No
Message-id <1279824339.14.0.912688887592.issue9332@psf.upfronthosting.co.za>
In-reply-to
Content
#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.
History
Date User Action Args
2010-07-22 18:45:39brian.curtinsetrecipients: + brian.curtin, jaraco
2010-07-22 18:45:39brian.curtinsetmessageid: <1279824339.14.0.912688887592.issue9332@psf.upfronthosting.co.za>
2010-07-22 18:45:37brian.curtinlinkissue9332 messages
2010-07-22 18:45:36brian.curtincreate