From: Guido van Rossum Date: Mon, 20 Jul 1998 17:34:50 +0000 (+0000) Subject: Complete the addition of libthreading.tex. (Isn't it annoying that X-Git-Tag: v1.5.2a1~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d623d20e7d624097e7c27365cc291bdf2538edc1;p=python Complete the addition of libthreading.tex. (Isn't it annoying that you need to edit four files in order to add one section to the manual?) --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 7c749034e0..0143e6aebc 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 1e282f5397..dcafd08505 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.