diff options
author | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 (GMT) |
commit | 2969233f9af1479abb25814e5f4552e71b163bbd (patch) | |
tree | ca4e375f002302bde201887f0fd2bc17c4971b03 /Doc/lib/libthreading.tex | |
parent | ad50ca91a99e9a16a583fb13799c79f23067ef30 (diff) | |
download | cpython-2969233f9af1479abb25814e5f4552e71b163bbd.zip cpython-2969233f9af1479abb25814e5f4552e71b163bbd.tar.gz cpython-2969233f9af1479abb25814e5f4552e71b163bbd.tar.bz2 |
Add dummy_thread[ing] sections and reference these from libthread[ing].
Diffstat (limited to 'Doc/lib/libthreading.tex')
-rw-r--r-- | Doc/lib/libthreading.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex index a152a4d..4961829 100644 --- a/Doc/lib/libthreading.tex +++ b/Doc/lib/libthreading.tex @@ -8,6 +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. + This module is safe for use with \samp{from threading import *}. It defines the following functions and objects: |