]> granicus.if.org Git - python/commit
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Nov 2017 07:37:32 +0000 (09:37 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 07:37:32 +0000 (09:37 +0200)
commitee1a9a2b78d5b6bb1a8148fc5fcf365e6d4e9e67
tree978182d729335256f441b297f9f1a86ee1b4702e
parent93952f881500053057c2e08c4b253ac61233d7db
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)

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

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