Xavier de Gaye added the comment:

> If test_os is the only user of the helper, I'd say let's keep it in 
> Lib/test/test_os.py for now.

I agree with that concern.

support.os_link() is also used by a patch in issue 29181, and I am planning to 
modify the changes made by issue 28759 to also use it so that tests calling 
os.link() are skipped based on the fact that they raise PermissionError instead 
of based on the fact that they are being run by an Android non-root user as is 
currently the case.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29180>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to