summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 16:46:36 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 16:46:36 (GMT)
commit6ff7aec2ab2aa0993ee971cbfacdd7135457ebca (patch)
tree965738b51695c88b784495a5c63c641ff37e1ce0 /Doc
parentea761c0d9eaec8c0bd0813a3d1b938bfaf280d34 (diff)
downloadcpython-6ff7aec2ab2aa0993ee971cbfacdd7135457ebca.zip
cpython-6ff7aec2ab2aa0993ee971cbfacdd7135457ebca.tar.gz
cpython-6ff7aec2ab2aa0993ee971cbfacdd7135457ebca.tar.bz2
Move the documentation for the mutex module to be with the threading
and queue-management modules, since that is where the general context for use in most cases.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 9a66a44..5425f3e 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -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}