New submission from Eryk Sun:

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.

----------
components: Library (Lib), Windows
messages: 276183
nosy: eryksun, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Remove Py_CreateSymbolicLinkW
type: enhancement
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28113>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to