[issue17293] uuid.getnode() MAC address on AIX

Charles-François Natali report at bugs.python.org
Sun Oct 12 17:07:59 CEST 2014


Charles-François Natali added the comment:

Why is that a different issue?
The code you *add in this patch* uses os.popen, why not use subprocess instead?

Furthermore, the code catches OSError when calling popen(), but
popen() doesn't raise an exception.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17293>
_______________________________________


More information about the Python-bugs-list mailing list