commit | 15160399f57c531d202e02d8e9463e8b141cf54f | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Dec 17 21:27:56 2013 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Dec 17 21:27:56 2013 -0500 |
tree | 6a4c439197d11e54110f49f9841d4aace4242770 | |
parent | bd4b667ea4003647477a136e0b677e943af795a2 [diff] [blame] |
#19855: uuid.get_node now looks on the PATH for executables on unix. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index d4a1206..ec5a483 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,10 @@ 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.