Mailing List Archive

python/dist/src/Doc/lib librandom.tex,1.25,1.26
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8097/lib

Modified Files:
librandom.tex
Log Message:
BDFL agreed with Tim: rehabilitate randint().

Index: librandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** librandom.tex 21 Apr 2001 05:56:06 -0000 1.25
--- librandom.tex 12 Apr 2002 20:01:47 -0000 1.26
***************
*** 157,161 ****

\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}}.
--- 157,160 ----