summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-07-02 14:27:03 (GMT)
committerFred Drake <fdrake@acm.org>1999-07-02 14:27:03 (GMT)
commit0452007dccc079be508acedac4951b9893a34e78 (patch)
tree7b33111ca7a52d4ba9b927e6f9d773c20542c66b /Doc
parent41796918afe5260374671777a33f265f260fa002 (diff)
downloadcpython-0452007dccc079be508acedac4951b9893a34e78.zip
cpython-0452007dccc079be508acedac4951b9893a34e78.tar.gz
cpython-0452007dccc079be508acedac4951b9893a34e78.tar.bz2
Added entry for asyncore module.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index d4678bb..4f0511d 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -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.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 745fc1f..583937d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -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}