This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stroeder
Recipients
Date 2005-12-07.23:47:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=64920

I'd like to see some constants pre-calculated for gaining
performance, e.g. during mass data handling. E.g. the MAC
address should only determined once after startup. Or at
least as key-word argument so that the caller can decide to
cache the MAC address.

def uuid1(node=None):
  [..]
  node = node or getaddr()
History
Date User Action Args
2007-08-23 15:44:48adminlinkissue1368955 messages
2007-08-23 15:44:48admincreate