]> granicus.if.org Git - python/commitdiff
Updated to reflect additions.
authorFred Drake <fdrake@acm.org>
Mon, 19 Apr 1999 21:21:28 +0000 (21:21 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Apr 1999 21:21:28 +0000 (21:21 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex
Doc/lib/libundoc.tex

index 30adc8a60bb481d1e306eeb8592ed6988216ee08..84b1ae014c8ebcf59a1f0cc631b6bd768ec018b1 100644 (file)
@@ -124,6 +124,7 @@ LIBFILES= ../lib/lib.tex \
        ../lib/libglob.tex \
        ../lib/libuser.tex \
        ../lib/libanydbm.tex \
+       ../lib/libbsddb.tex \
        ../lib/libdbhash.tex \
        ../lib/librandom.tex \
        ../lib/libsite.tex \
@@ -179,6 +180,7 @@ LIBFILES= ../lib/lib.tex \
        ../lib/libtokenize.tex \
        ../lib/libmhlib.tex \
        ../lib/libtelnetlib.tex \
+       ../lib/libcolorsys.tex \
        ../lib/libcfgparser.tex
 
 # LaTeX source files for Macintosh Library Modules.
index 08b36de0bd31e72e30ddf329b55f8720a88859dd..f9a4e712dbaa2bac4634804ed9f40e8a109c248d 100644 (file)
@@ -145,6 +145,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libanydbm}
 \input{libdbhash}
 \input{libwhichdb}
+\input{libbsddb}
 \input{libzlib}
 \input{libgzip}
 
@@ -213,6 +214,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libaudioop}
 \input{libimageop}
 \input{libaifc}
+\input{libcolorsys}
 \input{librgbimg}
 \input{libimghdr}
 \input{libsndhdr}
index cfa84450a40cb8e79b76a0146dd29a717d2494a3..ff9740f38a2c46c487355d10ab0939c07c2de8ce 100644 (file)
@@ -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.