From: Fred Drake Date: Fri, 25 Jun 1999 18:54:30 +0000 (+0000) Subject: Add entries for the sched module. X-Git-Tag: v1.6a1~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4e3bf9b5e362d3d7e618de279247c7d3186885c;p=thirdparty%2FPython%2Fcpython.git Add entries for the sched module. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index c5ffdd7261f9..f1001b8b329f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -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 diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 8f61b54d20e0..7d513718070a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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}