This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients berker.peksag, xdegaye
Date 2017-01-08.16:03:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483891419.18.0.567423052717.issue29180@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2017-01-08 16:03:39xdegayesetrecipients: + xdegaye, berker.peksag
2017-01-08 16:03:39xdegayesetmessageid: <1483891419.18.0.567423052717.issue29180@psf.upfronthosting.co.za>
2017-01-08 16:03:39xdegayelinkissue29180 messages
2017-01-08 16:03:39xdegayecreate