Message194858
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. |
|
Date |
User |
Action |
Args |
2013-08-11 01:03:16 | terry.reedy | set | recipients:
+ 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:15 | terry.reedy | set | messageid: <1376182995.89.0.28698192857.issue15301@psf.upfronthosting.co.za> |
2013-08-11 01:03:15 | terry.reedy | link | issue15301 messages |
2013-08-11 01:03:15 | terry.reedy | create | |
|