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

Brian Curtin report at bugs.python.org
Mon Jan 18 15:31:58 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

You could use the test skipping functionality present in trunk and beyond. Write a function to test whether the user has the necessary privileges, then use @unittest.skipUnless(has_admin_privs(), "can't test as regular user")

----------

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


More information about the Python-bugs-list mailing list