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 Arfrever
Recipients Arfrever, python-dev, serhiy.storchaka, tim.peters
Date 2013-12-01.15:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385911294.37.0.713336361208.issue19804@psf.upfronthosting.co.za>
In-reply-to
Content
The test currently uses:
@unittest.skipUnless(os.name == 'posix', 'requires Posix')

Maybe this test should be skipped also on posix systems with ifconfig not available at all?
History
Date User Action Args
2013-12-01 15:21:34Arfreversetrecipients: + Arfrever, tim.peters, python-dev, serhiy.storchaka
2013-12-01 15:21:34Arfreversetmessageid: <1385911294.37.0.713336361208.issue19804@psf.upfronthosting.co.za>
2013-12-01 15:21:34Arfreverlinkissue19804 messages
2013-12-01 15:21:34Arfrevercreate