summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-18 02:14:41 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-18 02:14:41 (GMT)
commit0ce3e9d82bc88351979ba4e23655568c339b8acc (patch)
treebf0b0ad58f59eae47d01294c6e19d64f5ce890b4 /Misc
parent74940dc9287553536d73e140f5d1c5be139cf713 (diff)
parent4be1e24933db192b3cf95e102a46673bb3312dc3 (diff)
downloadcpython-0ce3e9d82bc88351979ba4e23655568c339b8acc.zip
cpython-0ce3e9d82bc88351979ba4e23655568c339b8acc.tar.gz
cpython-0ce3e9d82bc88351979ba4e23655568c339b8acc.tar.bz2
Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 458e43e..27a8970 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,10 @@ Core and Builtins
Library
-------
+- 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 #20007: HTTPResponse.read(0) no more prematurely closes connection.
Original patch by Simon Sapin.