diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-09 20:52:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-09 20:52:49 (GMT) |
commit | 37f1b34b629accbf8718de11321e7c3b27ae1ae7 (patch) | |
tree | b89d6b2f942f15e7cb587f2fb348abcd7763ba44 /Doc/lib | |
parent | fa214cca6173d060f2ab0f1ef7b863145dc36c1e (diff) | |
download | cpython-37f1b34b629accbf8718de11321e7c3b27ae1ae7.zip cpython-37f1b34b629accbf8718de11321e7c3b27ae1ae7.tar.gz cpython-37f1b34b629accbf8718de11321e7c3b27ae1ae7.tar.bz2 |
Added entry for fpectl module documentation.
Moved the mutex docs to be adjacent to the sched docs, since these are
meant to be used together (if they are used at all!).
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 e9e82d9..1792d18 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -74,6 +74,7 @@ and how to embed it in other applications. \input{libpython} % Python Runtime Services \input{libsys} \input{libgc} +\input{libfpectl} \input{libatexit} \input{libtypes} \input{libuserdict} @@ -137,6 +138,7 @@ and how to embed it in other applications. %\input{libcmpcache} \input{libtime} \input{libsched} +\input{libmutex} \input{libgetpass} \input{libcurses} \input{libascii} % curses.ascii @@ -155,7 +157,6 @@ and how to embed it in other applications. \input{libselect} \input{libthread} \input{libthreading} -\input{libmutex} \input{libqueue} \input{libmmap} \input{libanydbm} |