projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f37418
)
Strike any hint that from-import-* could ever be reasonable; it's a
author
Fred Drake
<fdrake@acm.org>
Mon, 6 Jan 2003 16:38:10 +0000
(16:38 +0000)
committer
Fred Drake
<fdrake@acm.org>
Mon, 6 Jan 2003 16:38:10 +0000
(16:38 +0000)
vile abomination and should be eradicated!
Doc/lib/libthreading.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libthreading.tex
b/Doc/lib/libthreading.tex
index 478ca84f7f276d4cef821c2f679f368f85376149..2fe72de91c4f34fa47466b7221c0f54c600e4a90 100644
(file)
--- 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.