diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-12 20:01:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-12 20:01:47 (GMT) |
commit | d4c0e5fd5b87de56f6e66edb5d120eee59405f33 (patch) | |
tree | aad9066fe27a979b013ca47177112ca8b280807d | |
parent | fd92304ae8eb900645660543b06310b3aa84b639 (diff) | |
download | cpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.zip cpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.tar.gz cpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.tar.bz2 |
BDFL agreed with Tim: rehabilitate randint().
-rw-r--r-- | Doc/lib/librandom.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index 6993260..bff9a76 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex @@ -156,7 +156,6 @@ Functions for integers: \end{funcdesc} \begin{funcdesc}{randint}{a, b} - \deprecated{2.0}{Use \function{randrange()} instead.} Return a random integer \var{N} such that \code{\var{a} <= \var{N} <= \var{b}}. \end{funcdesc} |