summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-17 15:12:16 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-17 15:12:16 (GMT)
commit26da2840acaa497fc93745b132a2b9a331d7b20c (patch)
tree0b3b1750aaa360eb3ea5909c08c9ea15c5af40e6 /Doc/lib/libundoc.tex
parent64bc94e3ec72780c27b39f8298b0e1b6af1d5e4e (diff)
downloadcpython-26da2840acaa497fc93745b132a2b9a331d7b20c.zip
cpython-26da2840acaa497fc93745b132a2b9a331d7b20c.tar.gz
cpython-26da2840acaa497fc93745b132a2b9a331d7b20c.tar.bz2
Add/remove entries due to additional sections from Moshe.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 69bfb76..9e5bbbe 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -35,24 +35,12 @@ This is a package rather than a module.
Some of these are very old and/or not very robust; marked with ``hmm''.
\begin{description}
-\item[cmp.py]
---- Efficiently compare files
-
-\item[cmpcache.py]
---- Efficiently compare files (uses statcache)
-
-\item[dircache.py]
---- like os.listdir, but caches results
-
\item[dircmp.py]
--- class to build directory diff tools on
\item[pipes.py]
--- Conversion pipeline templates (hmm)
-\item[statcache.py]
---- Maintain a cache of file stats
-
\item[pty.py]
--- Pseudo terminal utilities
@@ -102,9 +90,6 @@ are not documented beyond this mention.
\item[toaiff.py]
--- Convert "arbitrary" sound files to AIFF files
-
-\item[wave.py]
---- parse WAVE files
\end{description}
@@ -220,10 +205,6 @@ key. (This is an extension module.)
--- A highly experimental and dangerous device for calling
arbitrary \C{} functions in arbitrary shared libraries.
-\item[newmodule.c]
---- Tommy Burnette's \module{new} module (creates new empty objects of
-certain kinds) --- dangerous.
-
\item[nismodule.c]
--- NIS (a.k.a. Sun's Yellow Pages) interface.