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 christian.heimes
Recipients Arfrever, christian.heimes, loewis, ncoghlan, pitrou, rhettinger, vstinner
Date 2016-09-25.10:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474799407.08.0.0492142338379.issue15206@psf.upfronthosting.co.za>
In-reply-to
Content
Past me was a bit too eager...

Only UUID4 are suppose to be random and unpredictable. uuid.UUID4 uses os.urandom() to as RNG. UUID1, UUID3 and UUID5 are more concerned with reducing collisions.
History
Date User Action Args
2016-09-25 10:30:07christian.heimessetrecipients: + christian.heimes, loewis, rhettinger, ncoghlan, pitrou, vstinner, Arfrever
2016-09-25 10:30:07christian.heimessetmessageid: <1474799407.08.0.0492142338379.issue15206@psf.upfronthosting.co.za>
2016-09-25 10:30:07christian.heimeslinkissue15206 messages
2016-09-25 10:30:06christian.heimescreate