]> granicus.if.org Git - python/commitdiff
Added entry for fpectl module documentation.
authorFred Drake <fdrake@acm.org>
Tue, 9 Jan 2001 20:52:49 +0000 (20:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Jan 2001 20:52:49 +0000 (20:52 +0000)
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!).

Doc/lib/lib.tex

index e9e82d9b24de38a096b64528cd0176a63ca6f52d..1792d1824ac1f7191ba20b61959bfdec818be130 100644 (file)
@@ -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}