[issue22902] Use 'ip' for uuid.getnode()

2014-11-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Bruno, could you please sign a Contributor Licensing Agreement? http://www.python.org/psf/contrib/contrib-form/ http://www.python.org/psf/contrib/ -- assignee: - serhiy.storchaka stage: - commit review type: - enhancement

[issue22902] Use 'ip' for uuid.getnode()

2014-11-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 64bb01bce12c by Serhiy Storchaka in branch 'default': Issue #22902: The ip command is now used on Linux to determine MAC address https://hg.python.org/cpython/rev/64bb01bce12c -- nosy: +python-dev ___

[issue22902] Use 'ip' for uuid.getnode()

2014-11-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Bruno. -- resolution: - fixed stage: commit review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22902

[issue22902] Use 'ip' for uuid.getnode()

2014-11-19 Thread bru
New submission from bru: Only linux, `uuid.getnode()` will use the Unix ddl, then ifconfig, then random. `ifconfig` is disappearing in favour of `ip` (from iproute2), which should be used. This patch ads `_ip_getnode` getter to `uuid.getnode()` -- components: Library (Lib) files:

[issue22902] Use 'ip' for uuid.getnode()

2014-11-19 Thread STINNER Victor
STINNER Victor added the comment: IMO such change can wait for Python 3.5. -- nosy: +haypo, serhiy.storchaka versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22902

[issue22902] Use 'ip' for uuid.getnode()

2014-11-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22902 ___ ___ Python-bugs-list mailing list