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 ethan smith
Recipients ethan smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-06-22.22:26:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529706367.1.0.56676864532.issue33946@psf.upfronthosting.co.za>
In-reply-to
Content
In the creators update CreateSymbolicLink added a dwflag SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE, which will allow any user to create a symlink (not only an admin). I think we should detect and try to use this flag if possible.

I also think it would be nice to suggest turning on developer mode if the windows version is at or newer than the creators update.

This should probably happen after https://bugs.python.org/issue28113
History
Date User Action Args
2018-06-22 22:26:07ethan smithsetrecipients: + ethan smith, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-22 22:26:07ethan smithsetmessageid: <1529706367.1.0.56676864532.issue33946@psf.upfronthosting.co.za>
2018-06-22 22:26:07ethan smithlinkissue33946 messages
2018-06-22 22:26:07ethan smithcreate