]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Strike any hint that from-import-* could ever be reasonable; it's a
authorFred Drake <fdrake@acm.org>
Mon, 6 Jan 2003 16:38:48 +0000 (16:38 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Jan 2003 16:38:48 +0000 (16:38 +0000)
vile abomination and should be eradicated!

Doc/lib/libthreading.tex

index a152a4d7e5efab3149d8ffc13aaa70c6a196120d..d09e6781c4a1dcb6dfab7e2ec9c2b736900e809c 100644 (file)
@@ -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.