]> granicus.if.org Git - python/commit
[2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Nov 2017 08:23:09 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 08:23:09 +0000 (10:23 +0200)
commitf72ad2d363311b8b0f79aba5236094f9d74d1b2a
tree0b3bdf98689fb6ceb6f0d6ed47f1b7f238b54f67
parent6a9a331b34f39a3df1c3a91ffcac12a9608b1e57
[2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270)

* 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]