Commit 1dbb4281 authored by Fred Drake's avatar Fred Drake

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

vile abomination and should be eradicated!
parent af226d1a
...@@ -12,8 +12,7 @@ The \refmodule[dummythreading]{dummy_threading} module is provided for ...@@ -12,8 +12,7 @@ The \refmodule[dummythreading]{dummy_threading} module is provided for
situations where \module{threading} cannot be used because situations where \module{threading} cannot be used because
\refmodule{thread} is missing. \refmodule{thread} is missing.
This module is safe for use with \samp{from threading import *}. It This module defines the following functions and objects:
defines the following functions and objects:
\begin{funcdesc}{activeCount}{} \begin{funcdesc}{activeCount}{}
Return the number of currently active \class{Thread} objects. Return the number of currently active \class{Thread} objects.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment