[Python-checkins] cpython (merge 2.7 -> 2.7): Automated merge with file:///Users/skumaran/python/cpython

senthil.kumaran python-checkins at python.org
Thu Sep 12 07:57:27 CEST 2013


http://hg.python.org/cpython/rev/07fbc1aec77c
changeset:   85664:07fbc1aec77c
branch:      2.7
parent:      85659:8d320204d5d6
parent:      85660:82bdd5fc7a71
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Sep 11 22:56:34 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
@@ -278,6 +278,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.
         """
 
         if random is None:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list