diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-06 16:38:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-06 16:38:10 (GMT) |
commit | 11f89b75e1445e430964bf71047f3a7419c59fb4 (patch) | |
tree | ea26989735ce4acbb67123ea14edaea89e9ff3bc /Doc | |
parent | 4f37418d023a4b318eacdb7b5fd63793de113a37 (diff) | |
download | cpython-11f89b75e1445e430964bf71047f3a7419c59fb4.zip cpython-11f89b75e1445e430964bf71047f3a7419c59fb4.tar.gz cpython-11f89b75e1445e430964bf71047f3a7419c59fb4.tar.bz2 |
Strike any hint that from-import-* could ever be reasonable; it's a
vile abomination and should be eradicated!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libthreading.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex index 478ca84..2fe72de 100644 --- a/Doc/lib/libthreading.tex +++ b/Doc/lib/libthreading.tex @@ -12,8 +12,7 @@ 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: +This module defines the following functions and objects: \begin{funcdesc}{activeCount}{} Return the number of currently active \class{Thread} objects. |