diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:19:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:19:40 (GMT) |
commit | e66bb9692977c66ffcbe9af64642ab5977879a9a (patch) | |
tree | 34b129aa8f035d9aa69bcc382286dc32482b3567 /Misc | |
parent | 8e92f5727414815fce9a12ded1acfb7e13037e85 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |