summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-15 16:05:29 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-15 16:05:29 (GMT)
commit0ebd5483bec56aa396107d201c63beaabcb313e1 (patch)
treec6a2bf32ba97b265a6d7e4c9816e5257bfcc9f87 /Doc/lib/libundoc.tex
parent460f1dd6b7789b5724801480a90f663092cac724 (diff)
downloadcpython-0ebd5483bec56aa396107d201c63beaabcb313e1.zip
cpython-0ebd5483bec56aa396107d201c63beaabcb313e1.tar.gz
cpython-0ebd5483bec56aa396107d201c63beaabcb313e1.tar.bz2
Removed dbhash from the undocumented list.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index b3eafa1..657589b 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -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.