summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-03 01:17:41 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-03 01:17:41 (GMT)
commitf891404e1a17419ce627038c42b5b6a4860ae64f (patch)
tree2702eaeb924cd9ce3d3d18f85fa92238f229bff0
parent269625f67a0b9e80d7d3d3cdccd6a24e2b3a722a (diff)
downloadcpython-f891404e1a17419ce627038c42b5b6a4860ae64f.zip
cpython-f891404e1a17419ce627038c42b5b6a4860ae64f.tar.gz
cpython-f891404e1a17419ce627038c42b5b6a4860ae64f.tar.bz2
Move the whrandom section back to the documented modules section; this
gives people a chance to see the depracation notice.
-rw-r--r--Doc/lib/lib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 26c15c6..e126cde 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -112,6 +112,7 @@ and how to embed it in other applications.
\input{libmath}
\input{libcmath}
\input{librandom}
+\input{libwhrandom}
\input{libbisect}
\input{libarray}
\input{libcfgparser}
@@ -306,7 +307,6 @@ and how to embed it in other applications.
%\input{libregex}
%\input{libregsub}
%\input{libsoundex}
-%\input{libwhrandom}
\chapter{Reporting Bugs}
\input{reportingbugs}