From d4c0e5fd5b87de56f6e66edb5d120eee59405f33 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 12 Apr 2002 20:01:47 +0000 Subject: [PATCH] BDFL agreed with Tim: rehabilitate randint(). --- Doc/lib/librandom.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index 69932604bf..bff9a7648b 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex @@ -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} -- 2.50.1