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 mark.dickinson
Recipients georg.brandl, mark.dickinson, rhettinger
Date 2009-06-10.22:00:40
SpamBayes Score 1.0180679e-06
Marked as misclassified No
Message-id <1244671241.51.0.730966676248.issue6261@psf.upfronthosting.co.za>
In-reply-to
Content
Regardless of whether the extra wording is added or not, the docstring for 
random.uniform should probably be changed to match the online 
documentation.  It currently says:

"""Get a random number in the range [a, b)."""

That should probably be:

"""Get a random number in the range [a, b]."""
History
Date User Action Args
2009-06-10 22:00:41mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, rhettinger
2009-06-10 22:00:41mark.dickinsonsetmessageid: <1244671241.51.0.730966676248.issue6261@psf.upfronthosting.co.za>
2009-06-10 22:00:40mark.dickinsonlinkissue6261 messages
2009-06-10 22:00:40mark.dickinsoncreate