mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
parent
e1b0287c04
commit
069306312a
16 changed files with 36 additions and 115 deletions
|
@ -399,7 +399,7 @@ def _lanscan_getnode():
|
|||
|
||||
def _netstat_getnode():
|
||||
"""Get the hardware address on Unix by running netstat."""
|
||||
# This might work on AIX, Tru64 UNIX and presumably on IRIX.
|
||||
# This might work on AIX, Tru64 UNIX.
|
||||
try:
|
||||
proc = _popen('netstat', '-ia')
|
||||
if not proc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue