summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:23:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:23:30 (GMT)
commit57b967791a552656f4c21a4af283788269d06d83 (patch)
tree5beacad006e57361a7dd1131283d28aec3c07a8f /Misc
parent7c28999cb2d46da5b688ae1a9fb4e63666628541 (diff)
parente66bb9692977c66ffcbe9af64642ab5977879a9a (diff)
downloadcpython-57b967791a552656f4c21a4af283788269d06d83.zip
cpython-57b967791a552656f4c21a4af283788269d06d83.tar.gz
cpython-57b967791a552656f4c21a4af283788269d06d83.tar.bz2
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7efe99..da79643 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,9 @@ Core and Builtins
Library
-------
+- Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
+ Based on patch by Aivars Kalvāns.
+
- Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
- Issue #22417: Verify certificates by default in httplib (PEP 476).