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?)
This commit is contained in:
Guido van Rossum 1998-07-20 17:34:50 +00:00
parent 0aec9fb183
commit d623d20e7d
2 changed files with 5 additions and 0 deletions

View 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}

View 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.