summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshelve.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-15 15:11:40 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-15 15:11:40 (GMT)
commit666255f5ac36a46ffa36c7224027582242683328 (patch)
treed7262b3c20417625b2e800e4238432fda0393530 /Doc/lib/libshelve.tex
parentf4cbada3f95c74e81e899c71eb8721a6c7819acc (diff)
downloadcpython-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/libshelve.tex')
-rw-r--r--Doc/lib/libshelve.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex
index 6b96872..de8e04c 100644
--- a/Doc/lib/libshelve.tex
+++ b/Doc/lib/libshelve.tex
@@ -66,7 +66,7 @@ requires knowledge about the database implementation used.
\begin{seealso}
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
- % Should include entry for dbhash, but that isn't documented.
+ \seemodule{dbhash}{BSD \code{db} database interface.}
\seemodule{dbm}{Standard \UNIX{} database interface.}
\seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.}
\seemodule{gdbm}{GNU database interface, based on the \code{dbm} interface.}