From db0dbece65c3afb2e57f9dc71de41e61c6a1d441 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 6 Jan 2003 16:38:48 +0000 Subject: [PATCH] Strike any hint that from-import-* could ever be reasonable; it's a vile abomination and should be eradicated! --- Doc/lib/libthreading.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex index a152a4d7e5ef..d09e6781c4a1 100644 --- a/Doc/lib/libthreading.tex +++ b/Doc/lib/libthreading.tex @@ -8,8 +8,7 @@ This module constructs higher-level threading interfaces on top of the lower level \refmodule{thread} module. -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. -- 2.47.3