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 nickm
Recipients
Date 2004-04-26.17:11:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=499

Your lastest version works fine for me (on Redhat Linux 9),
but I still think it would be a better idea to write the
/dev/urandom-ish code in Python, using os.open.  That way,
you could report better error messages if /dev/urandom is
inaccessable, instead of simply claiming that it "wasn't
found."  (Maybe it was found, but we don't have permission
to access it.)
History
Date User Action Args
2007-08-23 15:37:10adminlinkissue934711 messages
2007-08-23 15:37:10admincreate