]> granicus.if.org Git - python/commit
bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Nov 2017 08:11:20 +0000 (01:11 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Nov 2017 08:11:20 +0000 (10:11 +0200)
commitec2b2dcdd664d35753e471429872b2d6ff74a644
tree5cd2d5cadceb9da2ca77febc5efeb63508e34f32
parent8ce98543ef959bb65da2fb57b0d442b3b6e8a087
bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.
(cherry picked from commit ee1a9a2b78d5b6bb1a8148fc5fcf365e6d4e9e67)
Lib/uuid.py
Misc/NEWS.d/next/Library/2017-11-03-22-05-47.bpo-9678.oD51q6.rst [new file with mode: 0644]