]> granicus.if.org Git - python/commit
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 17:34:19 +0000 (19:34 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 17:34:19 +0000 (19:34 +0200)
commit51c116223e7698ce3cbbac46e8a6779aea8ec9c6
tree1b7a6385c7b3eb931162613acfa527556764151a
parent3bc35672a23a4505ffe5b6eeb822125dce9db770
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.
Lib/test/test_uuid.py
Lib/uuid.py
Misc/ACKS
Misc/NEWS