]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed dbhash from the undocumented list.
authorFred Drake <fdrake@acm.org>
Thu, 15 Apr 1999 16:05:29 +0000 (16:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 15 Apr 1999 16:05:29 +0000 (16:05 +0000)
Doc/lib/libundoc.tex

index b3eafa11d202c2a86f9016eb6b9422623ad73e17..657589bf276fd70cb6bfde35a550a25e41768938 100644 (file)
@@ -62,9 +62,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
 \item[colorsys.py]
 --- Conversion between RGB and other color systems
 
-\item[dbhash.py]
---- (g)dbm-like wrapper for bsdhash.hashopen
-
 \item[mhlib.py]
 --- MH interface
 
@@ -230,7 +227,7 @@ key.  (This is an extension module.)
 \begin{description}
 \item[bsddbmodule.c]
 --- Interface to the Berkeley DB interface (yet another
-dbm clone).
+dbm clone).  See \refmodule{dbhash} for a DBM-style interface.
 
 \item[cursesmodule.c]
 --- Curses interface.