summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libthreading.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-12-30 23:00:36 (GMT)
committerFred Drake <fdrake@acm.org>2002-12-30 23:00:36 (GMT)
commit740f80029c54ec9db1e1b9c8404f698e3be115e5 (patch)
treefe30a57922744624c710473db65589045fe1d720 /Doc/lib/libthreading.tex
parenta3b895323385762c3c1a0be65c1e752ddee069f6 (diff)
downloadcpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.zip
cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.gz
cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.bz2
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
Diffstat (limited to 'Doc/lib/libthreading.tex')
-rw-r--r--Doc/lib/libthreading.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex
index 4961829..478ca84 100644
--- a/Doc/lib/libthreading.tex
+++ b/Doc/lib/libthreading.tex
@@ -8,8 +8,9 @@
This module constructs higher-level threading interfaces on top of the
lower level \refmodule{thread} module.
-The \refmodule{dummy_threading} module is provided for situations where
-\module{threading} cannot be used because \module{thread} is missing.
+The \refmodule[dummythreading]{dummy_threading} module is provided for
+situations where \module{threading} cannot be used because
+\refmodule{thread} is missing.
This module is safe for use with \samp{from threading import *}. It
defines the following functions and objects: