diff options
| author | Fred Drake <fdrake@acm.org> | 2001-02-03 01:17:41 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-02-03 01:17:41 +0000 |
| commit | f891404e1a17419ce627038c42b5b6a4860ae64f (patch) | |
| tree | 2702eaeb924cd9ce3d3d18f85fa92238f229bff0 /Doc/lib | |
| parent | 269625f67a0b9e80d7d3d3cdccd6a24e2b3a722a (diff) | |
| download | cpython-git-f891404e1a17419ce627038c42b5b6a4860ae64f.tar.gz | |
Move the whrandom section back to the documented modules section; this
gives people a chance to see the depracation notice.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
