From 56192a895fcc633401960de7843f7498a24f5b71 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy
Date: Mon, 12 Jan 2026 03:06:06 -0500
Subject: [PATCH] gh-139707: Copy-strip change to idle.rst into idlelib
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 change to idlelib/help.html.
---
Lib/idlelib/help.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index fc618ab727d1fb..9eb18d8f39b7c6 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -16,6 +16,12 @@
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.