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 pitrou
Recipients docs@python, mark.dickinson, pitrou, r.david.murray, serhiy.storchaka, sleepycal
Date 2012-12-04.20:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354652945.57.0.215501410396.issue16609@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Mark here. This isn't specific to random.random() and it's already covered elsewhere in the documentation.

Furthermore, I don't know why you're using str() on random.random(). There are better ways to get random strings, such as random.getrandbits() or os.urandom().

Recommend closing.
History
Date User Action Args
2012-12-04 20:29:05pitrousetrecipients: + pitrou, mark.dickinson, r.david.murray, docs@python, sleepycal, serhiy.storchaka
2012-12-04 20:29:05pitrousetmessageid: <1354652945.57.0.215501410396.issue16609@psf.upfronthosting.co.za>
2012-12-04 20:29:05pitroulinkissue16609 messages
2012-12-04 20:29:05pitroucreate