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 martin.panter
Recipients martin.panter, sarterm
Date 2016-09-08.09:51:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473328284.28.0.340404955514.issue28016@psf.upfronthosting.co.za>
In-reply-to
Content
You should be able to provide a tuple of prefixes (I can easily change to that change when I commit):

not sys.platform.startswith(('sunos', 'aix'))

However I noticed the AIX buildbots are all passing test_fileio. I wonder what the difference is? Maybe the buildbot process doesn’t have a /dev/tty and skips the test.

Would this also be needed on 2.7? The test seems to be called testAblesOnTTY() there.
History
Date User Action Args
2016-09-08 09:51:24martin.pantersetrecipients: + martin.panter, sarterm
2016-09-08 09:51:24martin.pantersetmessageid: <1473328284.28.0.340404955514.issue28016@psf.upfronthosting.co.za>
2016-09-08 09:51:24martin.panterlinkissue28016 messages
2016-09-08 09:51:24martin.pantercreate