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 amc1
Recipients amc1, georg.brandl
Date 2008-08-20.22:42:02
SpamBayes Score 0.04041932
Marked as misclassified No
Message-id <1219272124.61.0.469101656014.issue3622@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for random.random function shows this:
  random() -> x in the interval [0, 1).

That should either be "[0, 1]" or "(0, 1)".
History
Date User Action Args
2008-08-20 22:42:04amc1setrecipients: + amc1, georg.brandl
2008-08-20 22:42:04amc1setmessageid: <1219272124.61.0.469101656014.issue3622@psf.upfronthosting.co.za>
2008-08-20 22:42:03amc1linkissue3622 messages
2008-08-20 22:42:02amc1create