diff options
| author | Fred Drake <fdrake@acm.org> | 1999-06-25 18:54:30 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-06-25 18:54:30 +0000 |
| commit | c4e3bf9b5e362d3d7e618de279247c7d3186885c (patch) | |
| tree | 2daf0abcc8bb3d9970fc11ba1952605c664d3e34 /Doc/lib | |
| parent | 5c4012adc09771ccedd46fb97c07af1a900d7a1b (diff) | |
| download | cpython-git-c4e3bf9b5e362d3d7e618de279247c7d3186885c.tar.gz | |
Add entries for the sched module.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 8f61b54d20..7d51371807 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} |
