From: Terry Jan Reedy
Date: Mon, 12 Jan 2026 17:55:06 +0000 (-0500)
Subject: gh-139707: Copy-strip change to idle.rst into idlelib (#143718)
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec254e2b40d70242f7b1724867a4aac4219fdc08;p=thirdparty%2FPython%2Fcpython.git
gh-139707: Copy-strip change to idle.rst into idlelib (#143718)
On Windows, running `python -c "from idlelib.help import copy_strip;
copy_strip()"` after idle.html is built results in
`f:\dev\3x\Doc\build\html\library\idle.html
copied to f:\dev\3x\Lib\idlelib\help.html`
This PR commits the html change to idlelib/help.html.
---
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index fc618ab727d1..9eb18d8f39b7 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -16,6 +16,12 @@ through multiple files (grep)
of global and local namespaces
configuration, browsers, and other dialogs
+The IDLE application is implemented in the idlelib package.
+This is an optional module.
+If it is missing from your copy of CPython,
+look for documentation from your distributor (that is,
+whoever provided Python to you).
+If you are the distributor, see Requirements for optional modules.