summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-11-03-22-05-47.bpo-9678.oD51q6.rst
blob: 683a2de89bfddec4d8473d5047d884981441f2b3 (plain)
1
2
3
4
5
6
Fixed determining the MAC address in the uuid module:

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

Based on patch by Takayuki Shimizukawa.