summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-12 20:01:47 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-12 20:01:47 (GMT)
commitd4c0e5fd5b87de56f6e66edb5d120eee59405f33 (patch)
treeaad9066fe27a979b013ca47177112ca8b280807d /Doc
parentfd92304ae8eb900645660543b06310b3aa84b639 (diff)
downloadcpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.zip
cpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.tar.gz
cpython-d4c0e5fd5b87de56f6e66edb5d120eee59405f33.tar.bz2
BDFL agreed with Tim: rehabilitate randint().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librandom.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index 6993260..bff9a76 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}