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 skrah
Recipients ajaksu2, pitrou, skrah
Date 2010-04-09.12:59:57
SpamBayes Score 3.792692e-05
Marked as misclassified No
Message-id <1270817999.37.0.0580516442983.issue3581@psf.upfronthosting.co.za>
In-reply-to
Content
I do not understand the semantics of uuid.getnode(). Per the docs
it's supposed to return a hardware address. This would reasonably
make it a UUID version 1.

But then the random fallback should be a 47 bit number as per
http://www.ietf.org/rfc/rfc4122.txt section 4.5.

The docs for UuidCreateSequential don't say if the random fallback
is a random version 1 UUID.
History
Date User Action Args
2010-04-09 12:59:59skrahsetrecipients: + skrah, pitrou, ajaksu2
2010-04-09 12:59:59skrahsetmessageid: <1270817999.37.0.0580516442983.issue3581@psf.upfronthosting.co.za>
2010-04-09 12:59:57skrahlinkissue3581 messages
2010-04-09 12:59:57skrahcreate