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 jgsack
Recipients georg.brandl, jgsack
Date 2009-09-28.03:56:43
SpamBayes Score 0.017636267
Marked as misclassified No
Message-id <1254110206.1.0.201137828001.issue7009@psf.upfronthosting.co.za>
In-reply-to
Content
Docs for 2.6.2 (http://docs.python.org/library/random.html?
highlight=random#module-random)
presently say
"""
random.randint(a, b)
Return a random integer N such that a <= N <= b.
"""

It should say
...a <= N < b

I wonder if there are other mistakes there in upper limit docs?

~jim
History
Date User Action Args
2009-09-28 03:56:46jgsacksetrecipients: + jgsack, georg.brandl
2009-09-28 03:56:46jgsacksetmessageid: <1254110206.1.0.201137828001.issue7009@psf.upfronthosting.co.za>
2009-09-28 03:56:44jgsacklinkissue7009 messages
2009-09-28 03:56:43jgsackcreate