mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.9] bpo-43723: Revert IDLE doc change (GH-25174)
Change threading.activeCount to synonym threading.active_count.
This commit is contained in:
parent
95e4431804
commit
56c76df6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ intended to be the same as executing the same code by the default method,
|
|||
directly with Python in a text-mode system console or terminal window.
|
||||
However, the different interface and operation occasionally affect
|
||||
visible results. For instance, ``sys.modules`` starts with more entries,
|
||||
and ``threading.activeCount()`` returns 2 instead of 1.
|
||||
and ``threading.active_count()`` returns 2 instead of 1.
|
||||
|
||||
By default, IDLE runs user code in a separate OS process rather than in
|
||||
the user interface process that runs the shell and editor. In the execution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue