diff options
Diffstat (limited to 'Lib/uuid.py')
-rw-r--r-- | Lib/uuid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/uuid.py b/Lib/uuid.py index d4259ae0b3..15a81f5c18 100644 --- a/Lib/uuid.py +++ b/Lib/uuid.py @@ -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: |