Commit 4ae52694 authored by Fred Drake's avatar Fred Drake

Updated to reflect additions.

parent 32c562bd
...@@ -124,6 +124,7 @@ LIBFILES= ../lib/lib.tex \ ...@@ -124,6 +124,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libglob.tex \ ../lib/libglob.tex \
../lib/libuser.tex \ ../lib/libuser.tex \
../lib/libanydbm.tex \ ../lib/libanydbm.tex \
../lib/libbsddb.tex \
../lib/libdbhash.tex \ ../lib/libdbhash.tex \
../lib/librandom.tex \ ../lib/librandom.tex \
../lib/libsite.tex \ ../lib/libsite.tex \
...@@ -179,6 +180,7 @@ LIBFILES= ../lib/lib.tex \ ...@@ -179,6 +180,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libtokenize.tex \ ../lib/libtokenize.tex \
../lib/libmhlib.tex \ ../lib/libmhlib.tex \
../lib/libtelnetlib.tex \ ../lib/libtelnetlib.tex \
../lib/libcolorsys.tex \
../lib/libcfgparser.tex ../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules. # LaTeX source files for Macintosh Library Modules.
......
...@@ -145,6 +145,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -145,6 +145,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libanydbm} \input{libanydbm}
\input{libdbhash} \input{libdbhash}
\input{libwhichdb} \input{libwhichdb}
\input{libbsddb}
\input{libzlib} \input{libzlib}
\input{libgzip} \input{libgzip}
...@@ -213,6 +214,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -213,6 +214,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libaudioop} \input{libaudioop}
\input{libimageop} \input{libimageop}
\input{libaifc} \input{libaifc}
\input{libcolorsys}
\input{librgbimg} \input{librgbimg}
\input{libimghdr} \input{libimghdr}
\input{libsndhdr} \input{libsndhdr}
......
...@@ -62,9 +62,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. ...@@ -62,9 +62,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\item[statcache.py] \item[statcache.py]
--- Maintain a cache of file stats --- Maintain a cache of file stats
\item[colorsys.py]
--- Conversion between RGB and other color systems
\item[mhlib.py] \item[mhlib.py]
--- MH interface --- MH interface
...@@ -228,10 +225,6 @@ key. (This is an extension module.) ...@@ -228,10 +225,6 @@ key. (This is an extension module.)
\section{Extension modules} \section{Extension modules}
\begin{description} \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] \item[cursesmodule.c]
--- Curses interface. --- Curses interface.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment