[issue1578269] Add os.link() and os.symlink() and os.path.islink() support for Windows

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 19 18:33:49 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

IMO we could just catch the WindowsError, and skip the test if its winerror attribute is 1314 (=ERROR_PRIVILEGE_NOT_HELD).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1578269>
_______________________________________


More information about the Python-bugs-list mailing list