diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-04 10:50:51 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-04 10:50:51 (GMT) |
commit | 784ab76c873496daac30b4ab9e6afd2800762072 (patch) | |
tree | 94184a18ff7f165562eab08022a6ad1b193bbc01 /Doc/lib/lib.tex | |
parent | 2238fc6b677297e3c6370fa3ef728256a34f40ce (diff) | |
download | cpython-784ab76c873496daac30b4ab9e6afd2800762072.zip cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.gz cpython-784ab76c873496daac30b4ab9e6afd2800762072.tar.bz2 |
Remove the deprecated whrandom module.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 20f65df..d8cb2de 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -124,7 +124,6 @@ and how to embed it in other applications. \input{libmath} \input{libcmath} \input{librandom} -\input{libwhrandom} \input{libbisect} \input{libcollections} \input{libheapq} @@ -354,7 +353,6 @@ and how to embed it in other applications. %\input{libcmpcache} %\input{libcmp} %\input{libni} -%\input{librand} %\input{libregex} %\input{libregsub} |