diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-15 15:11:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-15 15:11:40 (GMT) |
commit | 666255f5ac36a46ffa36c7224027582242683328 (patch) | |
tree | d7262b3c20417625b2e800e4238432fda0393530 /Doc/lib/lib.tex | |
parent | f4cbada3f95c74e81e899c71eb8721a6c7819acc (diff) | |
download | cpython-666255f5ac36a46ffa36c7224027582242683328.zip cpython-666255f5ac36a46ffa36c7224027582242683328.tar.gz cpython-666255f5ac36a46ffa36c7224027582242683328.tar.bz2 |
Document the dbhash module, and link to it from appropriate places.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 214674b..08b36de 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -143,6 +143,7 @@ add new extensions to Python and how to embed it in other applications. \input{libthreading} \input{libqueue} \input{libanydbm} +\input{libdbhash} \input{libwhichdb} \input{libzlib} \input{libgzip} |