[issue32199] uuid.getnode() should return the MAC address on Android

Barry A. Warsaw report at bugs.python.org
Wed Dec 6 10:15:44 EST 2017


Barry A. Warsaw <barry at python.org> added the comment:

> Maybe we should just close this issue as 'wont fix' then.

I would be okay with any of these resolutions:

* Close as `wont fix`
* Just call `ip link` (without list)
* Add a new getter such that both `ip link` and `ip link list` are called.

How to handle exceptions in the getters should be addressed in a new issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32199>
_______________________________________


More information about the Python-bugs-list mailing list