Kaydet (Commit) d4c0e5fd authored tarafından Fred Drake's avatar Fred Drake

BDFL agreed with Tim: rehabilitate randint().

üst fd92304a
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment