Strike any hint that from-import-* could ever be reasonable; it's a

vile abomination and should be eradicated!
This commit is contained in:
Fred Drake 2003-01-06 16:38:10 +00:00
parent 4f37418d02
commit 11f89b75e1
1 changed files with 1 additions and 2 deletions

View File

@ -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.