Browse Source
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
executables used to find the mac address, with /sbin and /usr/sbin as fallbacks. Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. Issue #16102: Make uuid._netbios_getnode() work again on Python 3.pull/2332/head
4 changed files with 67 additions and 16 deletions
-
21Lib/test/test_uuid.py
-
47Lib/uuid.py
-
2Misc/ACKS
-
13Misc/NEWS
Write
Preview
Loading…
Cancel
Save
Reference in new issue