Martin v. Löwis <mar...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue1578269> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com