diff options
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: |