]> granicus.if.org Git - python/commitdiff
Complete the addition of libthreading.tex. (Isn't it annoying that
authorGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 17:34:50 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 17:34:50 +0000 (17:34 +0000)
you need to edit four files in order to add one section to the manual?)

Doc/lib/lib.tex
Doc/lib/libsomeos.tex

index 7c749034e0afb917733732089cb9ec9fc4dc6c09..0143e6aebc7e5c221ac7573223f65bc470e1f599 100644 (file)
@@ -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}
index 1e282f5397e53615f81e8f89b4efb75aac894d8c..dcafd08505d5f2ac7f0ef9713babdbf5d08bb3bd 100644 (file)
@@ -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.