summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex1
-rw-r--r--Doc/lib/libsomeos.tex4
2 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 7c74903..0143e6a 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -126,6 +126,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libsocket}
\input{libselect}
\input{libthread}
+\input{libthreading}
\input{libqueue}
\input{libanydbm}
\input{libwhichdb}
diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex
index 1e282f5..dcafd08 100644
--- a/Doc/lib/libsomeos.tex
+++ b/Doc/lib/libsomeos.tex
@@ -21,6 +21,10 @@ interfaces but they are available on some other systems as well
\item[thread]
--- Create multiple threads of control within one namespace.
+\item[threading]
+--- Higher level threading interface; use in preference of module
+\module{thread}.
+
\item[Queue]
--- A stynchronized queue class.