[Python-Dev] UUID module

skip at pobox.com skip at pobox.com
Fri Jun 9 12:26:01 CEST 2006


    Fredrik>  6.  Combine 2 and 3: require the user to pass in a MAC argument
    Fredrik>      to uuid1, but provide a SlowGetMacAddress helper that wraps
    Fredrik>      the existing code.

Or make the MAC address an optional arg to uuid1.  If given, use it.  If
not, use the slow lookup (then cache the result).

Skip


More information about the Python-Dev mailing list