]> granicus.if.org Git - python/commit
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:19:23 +0000 (12:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:19:23 +0000 (12:19 +0200)
commit4535b111470bce40e1532a82fda37474373de74f
tree935f5027d46df3d3c330a5076d740c36d229a8a3
parent7a0258232967bee46ace263e69d33a0e40dd3078
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.
Lib/test/test_uuid.py
Lib/uuid.py
Misc/NEWS