diff options
author | Guido van Rossum <guido@python.org> | 1998-07-20 17:34:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-20 17:34:50 (GMT) |
commit | d623d20e7d624097e7c27365cc291bdf2538edc1 (patch) | |
tree | dc9dd531eb7cec8613da2616bac938e7c7feae86 /Doc/lib/libsomeos.tex | |
parent | 0aec9fb1830bf3441b044f98cb306dc3432455ef (diff) | |
download | cpython-d623d20e7d624097e7c27365cc291bdf2538edc1.zip cpython-d623d20e7d624097e7c27365cc291bdf2538edc1.tar.gz cpython-d623d20e7d624097e7c27365cc291bdf2538edc1.tar.bz2 |
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?)
Diffstat (limited to 'Doc/lib/libsomeos.tex')
-rw-r--r-- | Doc/lib/libsomeos.tex | 4 |
1 files changed, 4 insertions, 0 deletions
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. |