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.

classification
Title: test_random depends on os.urandom
Type: Stage:
Components: None Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter, rhettinger
Priority: high Keywords: patch

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:06adminsetgithub: 40868
2004-09-04 01:12:01rhettingercreate