[issue33946] os.symlink on Windows should use the new non-admin flag

2018-06-23 Thread Eryk Sun


Change by Eryk Sun :


--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Add non-elevated symlink support for dev mode Windows 10
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33946] os.symlink on Windows should use the new non-admin flag

2018-06-23 Thread Eric V. Smith


Change by Eric V. Smith :


--
nosy: +eric.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33946] os.symlink on Windows should use the new non-admin flag

2018-06-22 Thread Ethan Smith


New submission from Ethan Smith :

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

--
messages: 320288
nosy: Ethan Smith, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: os.symlink on Windows should use the new non-admin flag

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com