From 0bcd1515aa00ae9388ed753825cc206053243189 Mon Sep 17 00:00:00 2001 From: Tal Einat <532281+taleinat@users.noreply.github.com> Date: Wed, 19 May 2021 14:59:38 +0300 Subject: [3.9] backport non-content changes to IDLE's help.html (GH-26239) Followup to GH-25851 to synchonize with 3.10. Signed-off-by: Tal Einat <532281+taleinat@users.noreply.github.com> --- Lib/idlelib/help.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index e80384b..3f87e89 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -5,7 +5,7 @@
-Source code: Lib/idlelib/
+Source code: Lib/idlelib/
IDLE is Python’s Integrated Development and Learning Environment.
IDLE has the following features:
@@ -685,7 +685,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
process, it replaces sys.stdin
, sys.stdout
, and sys.stderr
@@ -939,7 +939,7 @@ also used for testing.