[Python-Dev] UUID module (original) (raw)
skip at pobox.com skip at pobox.com
Fri Jun 9 12:26:01 CEST 2006
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] UUID module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] UUID module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]