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.14:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385908333.87.0.206820735037.issue19804@psf.upfronthosting.co.za>
In-reply-to
Content
This test passes (on all branches) after adding "/bin" to hardcoded list in uuid._find_mac().

Minimal solution: Add "/bin" and "/usr/bin" to that list.
Better solution: Search ${PATH}+['/sbin/', '/usr/sbin'] for "ifconfig". In >=3.2 os.get_exec_path() can be used.
History
Date User Action Args
2013-12-01 14:32:13Arfreversetrecipients: + Arfrever, tim.peters, python-dev, serhiy.storchaka
2013-12-01 14:32:13Arfreversetmessageid: <1385908333.87.0.206820735037.issue19804@psf.upfronthosting.co.za>
2013-12-01 14:32:13Arfreverlinkissue19804 messages
2013-12-01 14:32:13Arfrevercreate