]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22902: The "ip" command is now used on Linux to determine MAC address
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Nov 2014 18:39:04 +0000 (20:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Nov 2014 18:39:04 +0000 (20:39 +0200)
commitac4aa7b6aad76b404ed1e695b3130988d87fb39f
treeed6e8286e1a33dc271169fbcd42101544b4143fa
parent16e802f4aed9db71a2e25fa25daa8fed0fc2e539
Issue #22902: The "ip" command is now used on Linux to determine MAC address
in uuid.getnode().  Pach by Bruno Cauet.
Lib/test/test_uuid.py
Lib/uuid.py
Misc/ACKS
Misc/NEWS