summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-19 21:21:28 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-19 21:21:28 (GMT)
commit4ae52694c9f54338e3b3fc85fa1c52f3e59b7693 (patch)
treeaf79c7857cf3f914e012e829c2b6dc6ec5d0bdaa /Doc/lib/libundoc.tex
parent32c562bdec55134539408c122ecc89a382b4fe97 (diff)
downloadcpython-4ae52694c9f54338e3b3fc85fa1c52f3e59b7693.zip
cpython-4ae52694c9f54338e3b3fc85fa1c52f3e59b7693.tar.gz
cpython-4ae52694c9f54338e3b3fc85fa1c52f3e59b7693.tar.bz2
Updated to reflect additions.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index cfa8445..ff9740f 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[statcache.py]
--- Maintain a cache of file stats
-\item[colorsys.py]
---- Conversion between RGB and other color systems
-
\item[mhlib.py]
--- MH interface
@@ -228,10 +225,6 @@ key. (This is an extension module.)
\section{Extension modules}
\begin{description}
-\item[bsddbmodule.c]
---- Interface to the Berkeley DB interface (yet another
-dbm clone). See \refmodule{dbhash} for a DBM-style interface.
-
\item[cursesmodule.c]
--- Curses interface.