diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:23:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:23:30 (GMT) |
commit | 57b967791a552656f4c21a4af283788269d06d83 (patch) | |
tree | 5beacad006e57361a7dd1131283d28aec3c07a8f /Misc | |
parent | 7c28999cb2d46da5b688ae1a9fb4e63666628541 (diff) | |
parent | e66bb9692977c66ffcbe9af64642ab5977879a9a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |