]> granicus.if.org Git - python/commitdiff
Issue 10025: Let docs for random.seed() describe what it does, not how it does it.
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2010 18:15:33 +0000 (18:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2010 18:15:33 +0000 (18:15 +0000)
The latter was slightly inaccurate.

Doc/library/random.rst

index 486e47545176470fc98488dd938ea7cf2144a301..935d60583ea2a6ba28117886503290ca7beb2bfe 100644 (file)
@@ -73,10 +73,6 @@ Bookkeeping functions:
    .. versionchanged:: 2.4
       formerly, operating system resources were not used.
 
-   If *x* is not ``None`` or an int or long, ``hash(x)`` is used instead. If *x* is
-   an int or long, *x* is used directly.
-
-
 .. function:: getstate()
 
    Return an object capturing the current internal state of the generator.  This