]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added entry for asyncore module.
authorFred Drake <fdrake@acm.org>
Fri, 2 Jul 1999 14:27:03 +0000 (14:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Jul 1999 14:27:03 +0000 (14:27 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index d4678bb1fef1b3e7f8ffb665d9c19a637a08a88d..4f0511d108a54c15ac7248b11a211e129e7ed05b 100644 (file)
@@ -204,6 +204,7 @@ LIBFILES= ../lib/lib.tex \
        ../lib/libsched.tex \
        ../lib/libstatvfs.tex \
        ../lib/libtty.tex \
+       ../lib/libasyncore.tex \
        ../lib/libcfgparser.tex
 
 # LaTeX source files for Macintosh Library Modules.
index 745fc1f79f93b7aee0a86626c3daef462b86119d..583937d74697ef7f9cc2ecf16d3bcc79ef5ff994 100644 (file)
@@ -203,6 +203,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libbasehttp}
 \input{libsimplehttp}
 \input{libcgihttp}
+\input{libasyncore}
 
 \input{netdata}                        % Internet Data Handling
 \input{libsgmllib}