Issue1516330
Created on 2006-07-03 13:26 by mamrhein, last changed 2007-11-01 17:40 by gvanrossum.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
hostid.py
|
mamrhein,
2006-07-03 13:26
|
|
|
|
|
msg50590 - (view) |
Author: Michael Amrhein (mamrhein) |
Date: 2006-07-03 13:26 |
|
I've written functions to retrieve the MAC address that
do not depend on running external programs. Please see
the attached file.
|
|
msg56998 - (view) |
Author: Mike Klaas (klaas) |
Date: 2007-10-31 19:27 |
|
Is this meant to be inserted into uuid.py? It seems more like a snippet
from unrelated code: code coventions do not follow PEP 8; there are no
tests; code does not run as-is (references non-existent variable '_os'--
why no 'import os'?); etc.
|
|
msg57013 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2007-11-01 17:14 |
|
Agreed, this is unusable in its current form.
|
|
msg57017 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2007-11-01 17:40 |
|
This makes more sense as a 3rd party library.
|
|
| Date |
User |
Action |
Args |
| 2007-11-01 17:40:49 | gvanrossum | set | status: pending -> closed nosy:
+ gvanrossum messages:
+ msg57017 |
| 2007-11-01 17:14:59 | georg.brandl | set | status: open -> pending resolution: rejected messages:
+ msg57013 nosy:
+ georg.brandl |
| 2007-10-31 19:27:51 | klaas | set | nosy:
+ klaas messages:
+ msg56998 |
| 2006-07-03 13:26:13 | mamrhein | create | |
|