[Python-checkins] [3.8] bpo-43723: Backport IDLE doc change (GH-25174)

terryjreedy webhook-mailer at python.org
Fri Apr 16 03:01:16 EDT 2021


https://github.com/python/cpython/commit/b40564727fbe85932e92862e57fc065034d98dbf
commit: b40564727fbe85932e92862e57fc065034d98dbf
branch: 3.8
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-04-16T03:01:00-04:00
summary:

[3.8] bpo-43723: Backport IDLE doc change (GH-25174)

Cherry-picked from 9825bdfbd5c966abf1f1b7264992d722a94c9613

files:
M Doc/library/idle.rst

diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 6ef15653eacb5..3c302115b5f40 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -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



More information about the Python-checkins mailing list