mirror of https://github.com/python/cpython
BDFL agreed with Tim: rehabilitate randint().
This commit is contained in:
parent
fd92304ae8
commit
d4c0e5fd5b
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue