summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:19:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:19:40 (GMT)
commite66bb9692977c66ffcbe9af64642ab5977879a9a (patch)
tree34b129aa8f035d9aa69bcc382286dc32482b3567 /Misc
parent8e92f5727414815fce9a12ded1acfb7e13037e85 (diff)
downloadcpython-e66bb9692977c66ffcbe9af64642ab5977879a9a.zip
cpython-e66bb9692977c66ffcbe9af64642ab5977879a9a.tar.gz
cpython-e66bb9692977c66ffcbe9af64642ab5977879a9a.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 c4efc7c..452fed3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,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).