]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add entries for the sched module.
authorFred Drake <fdrake@acm.org>
Fri, 25 Jun 1999 18:54:30 +0000 (18:54 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Jun 1999 18:54:30 +0000 (18:54 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index c5ffdd7261f9d1aa4054aca6e7cebdefe5d231b5..f1001b8b329f3dd55508579cc2248c06a6b54a0d 100644 (file)
@@ -197,6 +197,7 @@ LIBFILES= ../lib/lib.tex \
        ../lib/libcurses.tex \
        ../lib/libpipes.tex \
        ../lib/librlcompleter.tex \
+       ../lib/libsched.tex \
        ../lib/libstatvfs.tex \
        ../lib/libtty.tex \
        ../lib/libcfgparser.tex
index 8f61b54d20e073777d73ab892aa682d1199c25af..7d513718070a9686682e4aa819add4f6aac3fe86 100644 (file)
@@ -136,6 +136,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libcmp}
 \input{libcmpcache}
 \input{libtime}
+\input{libsched}
 \input{libgetpass}
 \input{libcurses}
 \input{libgetopt}
@@ -199,7 +200,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libsimplehttp}
 \input{libcgihttp}
 
-\input{netdata}
+\input{netdata}                        % Internet Data Handling
 \input{libsgmllib}
 \input{libhtmllib}
 \input{libxmllib}