From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date: Mon, 12 Jan 2026 20:34:20 +0000 (+0100)
Subject: [3.14] gh-139707: Copy-strip change to idle.rst into idlelib (GH-143718) (#143744)
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110a77bf2d0e3379b49b6810b65245ea69a0f248;p=thirdparty%2FPython%2Fcpython.git
[3.14] gh-139707: Copy-strip change to idle.rst into idlelib (GH-143718) (#143744)
gh-139707: Copy-strip change to idle.rst into idlelib (GH-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.
(cherry picked from commit ec254e2b40d70242f7b1724867a4aac4219fdc08)
Co-authored-by: Terry Jan Reedy
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.