Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4c0e5f

Browse files
committed
BDFL agreed with Tim: rehabilitate randint().
1 parent fd92304 commit d4c0e5f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/lib/librandom.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ \section{\module{random} ---
156156
\end{funcdesc}
157157

158158
\begin{funcdesc}{randint}{a, b}
159-
\deprecated{2.0}{Use \function{randrange()} instead.}
160159
Return a random integer \var{N} such that
161160
\code{\var{a} <= \var{N} <= \var{b}}.
162161
\end{funcdesc}

0 commit comments

Comments
 (0)