Message164181
Further analysis:
* uuid1() uses random.randrange() if the system doesn't provide uuid_generate_time
* uuid1() also falls back to random.randrange() in getnode()'s _random_getnode() if no hardware address can be acquired.
* uuid4() is fine as it only falls back to random.randrange() when os.urandom() fails. |
|
Date |
User |
Action |
Args |
2012-06-27 18:10:55 | christian.heimes | set | recipients:
+ christian.heimes, Arfrever |
2012-06-27 18:10:54 | christian.heimes | set | messageid: <1340820654.83.0.0855941953762.issue15206@psf.upfronthosting.co.za> |
2012-06-27 18:10:54 | christian.heimes | link | issue15206 messages |
2012-06-27 18:10:53 | christian.heimes | create | |
|