Commit d0656c39 authored by Guido van Rossum's avatar Guido van Rossum

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?)
parent 93a0158b
......@@ -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}
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment