diff options
| author | Fred Drake <fdrake@acm.org> | 2001-02-02 02:45:08 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-02-02 02:45:08 +0000 |
| commit | 57d943ad3801fbc71756c4f555e4bc65c883a2e1 (patch) | |
| tree | 0c3b3fbc405f4abf679cc5d20cdf388c204609a4 | |
| parent | 667c9e46ca14fe2fb7a302d5c3da2da361550cab (diff) | |
| download | cpython-git-57d943ad3801fbc71756c4f555e4bc65c883a2e1.tar.gz | |
Move the whrandom entry to the "Obsolete Modules" appendix.
| -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 e126cded30..26c15c607b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -112,7 +112,6 @@ and how to embed it in other applications. \input{libmath} \input{libcmath} \input{librandom} -\input{libwhrandom} \input{libbisect} \input{libarray} \input{libcfgparser} @@ -307,6 +306,7 @@ and how to embed it in other applications. %\input{libregex} %\input{libregsub} %\input{libsoundex} +%\input{libwhrandom} \chapter{Reporting Bugs} \input{reportingbugs} |
