Added entry for asyncore module.

This commit is contained in:
Fred Drake 1999-07-02 14:27:03 +00:00
parent 41796918af
commit 0452007dcc
2 changed files with 2 additions and 0 deletions

View 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.

View 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}