Change by Keith Dart :
--
nosy: +kdart
___
Python tracker
<https://bugs.python.org/issue32810>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Keith Dart :
--
nosy: +kdart
___
Python tracker
<http://bugs.python.org/issue26186>
___
___
Python-bugs-list mailing list
Unsubscribe:
Keith Dart added the comment:
I'm thinking Python could use a general purpose ifconfig/mac-layer module that
uuid.py could then just use.
--
___
Python tracker
<http://bugs.python.org/is
Keith Dart added the comment:
It's also possible using existing wrapped os system calls. One exaple is here:
http://code.google.com/p/pycopia/source/browse/trunk/aid/pycopia/ifconfig.py
Although that one doesn't current support MAC addresses, but it could. The
socket module also n
Changes by Keith Dart :
--
nosy: +kdart
___
Python tracker
<http://bugs.python.org/issue11063>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
New submission from Keith Dart :
When the uuid.py module is simply imported it has the side effect of forking a
subprocess (/sbin/ldconfig) and doing a lot of stuff find a uuid implementation
by ctypes. This is undesirable in many contexts. It would be better to perform
those tasks on demand