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

Eric Smith report at bugs.python.org
Mon Jan 18 15:44:35 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

My concern about testing is that we're adding a feature that won't be tested by the buildbots. Although I don't have any suggestions (other than possibly adding the specific permission to the buildbots).

If there is a skip test, it should be dependent on the specific permission required. That is, it shouldn't test if the user is an administrator, it should test if the user has the permission to create links.

----------

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


More information about the Python-bugs-list mailing list