]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:23:30 +0000 (12:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:23:30 +0000 (12:23 +0200)
commit57b967791a552656f4c21a4af283788269d06d83
tree5beacad006e57361a7dd1131283d28aec3c07a8f
parent7c28999cb2d46da5b688ae1a9fb4e63666628541
parente66bb9692977c66ffcbe9af64642ab5977879a9a
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