From: Fred Drake Date: Sat, 3 Feb 2001 01:17:41 +0000 (+0000) Subject: Move the whrandom section back to the documented modules section; this X-Git-Tag: v2.1b1~526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f891404e1a17419ce627038c42b5b6a4860ae64f;p=python Move the whrandom section back to the documented modules section; this gives people a chance to see the depracation notice. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 26c15c607b..e126cded30 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}