From a208c2516072fd7806a22cde8e1981c45830567c Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Thu, 18 Apr 2002 04:59:44 +0000 Subject: [PATCH] backport fdrake's 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 69932604bf20..bff9a7648b6d 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.47.3