]> granicus.if.org Git - python/commitdiff
BDFL agreed with Tim: rehabilitate randint().
authorFred Drake <fdrake@acm.org>
Fri, 12 Apr 2002 20:01:47 +0000 (20:01 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Apr 2002 20:01:47 +0000 (20:01 +0000)
Doc/lib/librandom.tex

index 69932604bf20a9f70c8238564081c9702ce929c4..bff9a7648b6d1b095f6124ade28241a3903c1a50 100644 (file)
@@ -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}