mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Strike any hint that from-import-* could ever be reasonable; it's a
vile abomination and should be eradicated!
This commit is contained in:
parent
4f37418d02
commit
11f89b75e1
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue