From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date: Sat, 3 Sep 2022 09:57:07 +0000 (-0700)
Subject: gh-75500: Update idlelib/help.html (GH-96523) (#96524)
X-Git-Tag: v3.11.0rc2~33
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc06f5c5f7af0491195061c261a95ae7a2d9cea2;p=thirdparty%2FPython%2Fcpython.git
gh-75500: Update idlelib/help.html (GH-96523) (#96524)
(cherry picked from commit 837ce6460d6554e9d7a847951ca5108ac6926ee5)
Co-authored-by: Terry Jan Reedy
Source code: Lib/idlelib
-The Lib/idlelib package implements the IDLE application. See the top -of this file or content listing on the left for how to use IDLE.
+The Lib/idlelib package implements the IDLE application. See the rest +of this page for how to use IDLE.
The files in idlelib are described in idlelib/README.txt. Access it either in idlelib or click Help => About IDLE on the IDLE menu. This file also maps IDLE menu items to the code that implements the item. Except for files listed under âStartupâ, the idlelib code is âprivateâ in sense that feature changes can be backported (see PEP 434).