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 terry.reedy
Recipients Arfrever, Mark.Shannon, Scott.Leerssen, benjamin.peterson, do1, georg.brandl, larry, loewis, mark.dickinson, ned.deily, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-08-11.01:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376182995.89.0.28698192857.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
This was the only failure on 2 of 4 buildbots when I last looked.

test_os has several methods like this:

    def test_dup2(self):
        if hasattr(os, "dup2"):
            self.check(os.dup2, 20)

Should the hasattr be moved to skipUnless for all of these?
They now 'pass' without the needed os method.
History
Date User Action Args
2013-08-11 01:03:16terry.reedysetrecipients: + terry.reedy, loewis, georg.brandl, mark.dickinson, pitrou, vstinner, larry, benjamin.peterson, ned.deily, Arfrever, skrah, Mark.Shannon, python-dev, Scott.Leerssen, serhiy.storchaka, do1
2013-08-11 01:03:15terry.reedysetmessageid: <1376182995.89.0.28698192857.issue15301@psf.upfronthosting.co.za>
2013-08-11 01:03:15terry.reedylinkissue15301 messages
2013-08-11 01:03:15terry.reedycreate