Issue 1022176: test_random depends on os.urandom (original) (raw)

Issue1022176

Created on 2004-09-04 01:12 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
randtest.diff rhettinger,2004-09-04 01:12 Diff for Lib\test\test_random.py
Messages (2)
msg46858 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-09-04 01:12
Anthony, Here is the patch to test_random.py. Currently, it will fail on systems that do not support os.urandom(). This patch is not as critical as the one that went in earlier today. If you re-issue the alpha, consider including this patch.
msg46859 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-09-04 20:21
Logged In: YES user_id=80475 It looks like the head is open again. Applying the patch.
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40868
2004-09-04 01:12:01 rhettinger create