diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-18 02:14:41 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-18 02:14:41 (GMT) |
commit | 0ce3e9d82bc88351979ba4e23655568c339b8acc (patch) | |
tree | bf0b0ad58f59eae47d01294c6e19d64f5ce890b4 /Misc | |
parent | 74940dc9287553536d73e140f5d1c5be139cf713 (diff) | |
parent | 4be1e24933db192b3cf95e102a46673bb3312dc3 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |