]> granicus.if.org Git - python/commitdiff
Move the documentation for the mutex module to be with the threading
authorFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:46:36 +0000 (16:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:46:36 +0000 (16:46 +0000)
and queue-management modules, since that is where the general context
for use in most cases.

Doc/lib/lib.tex

index 9a66a4458978ae97c4d6653253df4dc9530f9efa..5425f3e1f039df724b8cdbf1babc2b4b04d8ff7b 100644 (file)
@@ -147,7 +147,6 @@ and how to embed it in other applications.
 \input{libshutil}
 \input{liblocale}
 \input{libgettext}
-\input{libmutex}
 
 \input{libsomeos}              % Optional Operating System Services
 \input{libsignal}
@@ -155,6 +154,7 @@ and how to embed it in other applications.
 \input{libselect}
 \input{libthread}
 \input{libthreading}
+\input{libmutex}
 \input{libqueue}
 \input{libmmap}
 \input{libanydbm}