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

Martin v. Löwis report at bugs.python.org
Mon Jan 18 21:33:57 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

> If there is a skip test, it should be dependent on the specific permission required.

Terminology: it's a "privilege", not a "permission". Permissions (in
Windows) are stored in ACLs on objects, granted by the owner of the
object. Privileges are held by users, granted by the system
administrator.

----------
title: Add os.link() and os.symlink() and os.path.islink() support for Windows -> Add os.link() and os.symlink() and	os.path.islink() support for Windows

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


More information about the Python-bugs-list mailing list