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 izbyshev
Recipients izbyshev, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-05.19:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520277881.39.0.467229070634.issue33001@psf.upfronthosting.co.za>
In-reply-to
Content
> As os.symlink requires administrative privileges on most versions of Windows

The current implementation requires SeCreateSymbolicLinkPrivilege on ALL versions of Windows because users must pass an additional flag to CreateSymbolicLink to enable non-privileged symlinks on recent Windows 10, which os.symlink() doesn't do (see #31512).
History
Date User Action Args
2018-03-05 19:24:41izbyshevsetrecipients: + izbyshev, paul.moore, tim.golden, zach.ware, steve.dower
2018-03-05 19:24:41izbyshevsetmessageid: <1520277881.39.0.467229070634.issue33001@psf.upfronthosting.co.za>
2018-03-05 19:24:41izbyshevlinkissue33001 messages
2018-03-05 19:24:41izbyshevcreate