BDFL agreed with Tim: rehabilitate randint().

This commit is contained in:
Fred Drake 2002-04-12 20:01:47 +00:00
parent fd92304ae8
commit d4c0e5fd5b
1 changed files with 0 additions and 1 deletions

View 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}