From 837ce6460d6554e9d7a847951ca5108ac6926ee5 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 3 Sep 2022 03:38:57 -0400 Subject: [PATCH] gh-75500: Update idlelib/help.html (#96523) --- Lib/idlelib/help.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index af5cbd5a5ba4..722406b81a8a 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -113,9 +113,9 @@
  • Setting preferences
  • IDLE on macOS
  • Extensions
  • -
  • idlelib
  • +
  • idlelib
  • @@ -1002,18 +1002,19 @@ beginning of config-extensions.def in the idlelib directory for further information. The only current default extension is zzdummy, an example also used for testing.

    +
    -

    idlelib¶

    +

    idlelib¶

    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).

    - @@ -1066,9 +1067,9 @@ sense that feature changes can be backported (see Setting preferences
  • IDLE on macOS
  • Extensions
  • -
  • idlelib
  • +
  • idlelib
  • @@ -1166,7 +1167,7 @@ sense that feature changes can be backported (see Found a bug?
    -- 2.47.3