http://hg.python.org/cpython/rev/246095bb2309 changeset: 85665:246095bb2309 branch: 3.3 parent: 85657:c882395e8ed8 parent: 85661:4782faf29480 user: Senthil Kumaran <senthil at uthcode.com> date: Wed Sep 11 22:56:30 2013 -0700 summary: Automated merge with file:///Users/skumaran/python/cpython files: Lib/random.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Lib/random.py b/Lib/random.py --- a/Lib/random.py +++ b/Lib/random.py @@ -256,6 +256,8 @@ Optional arg random is a 0-argument function returning a random float in [0.0, 1.0); by default, the standard random.random. + + Do not supply the 'int' argument. """ randbelow = self._randbelow -- Repository URL: http://hg.python.org/cpython