Message276183
In 3.6, the Windows implementation of os.symlink can be simplified to directly call CreateSymbolicLinkW, since this function was added in Windows Vista. The support code for Py_CreateSymbolicLinkW can be removed from Modules/posixmodule.c. enable_symlink can also be removed because SeCreateSymbolicLinkPrivilege gets enabled automatically. |
|
Date |
User |
Action |
Args |
2016-09-13 06:19:08 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, steve.dower |
2016-09-13 06:19:08 | eryksun | set | messageid: <1473747548.28.0.648303309588.issue28113@psf.upfronthosting.co.za> |
2016-09-13 06:19:08 | eryksun | link | issue28113 messages |
2016-09-13 06:19:08 | eryksun | create | |
|