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 bru
Recipients bru
Date 2014-11-19.15:16:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416410194.76.0.0246920486937.issue22902@psf.upfronthosting.co.za>
In-reply-to
Content
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()`
History
Date User Action Args
2014-11-19 15:16:34brusetrecipients: + bru
2014-11-19 15:16:34brusetmessageid: <1416410194.76.0.0246920486937.issue22902@psf.upfronthosting.co.za>
2014-11-19 15:16:34brulinkissue22902 messages
2014-11-19 15:16:34brucreate