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/libshelve.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/libshelve.tex')
-rw-r--r-- | Doc/lib/libshelve.tex | 2 |
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.} |