mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
BDFL agreed with Tim: rehabilitate randint().
This commit is contained in:
parent
fd92304ae8
commit
d4c0e5fd5b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue