From: Terry Jan Reedy Date: Sat, 3 Sep 2022 07:38:57 +0000 (-0400) Subject: gh-75500: Update idlelib/help.html (#96523) X-Git-Tag: v3.12.0a1~492 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=837ce6460d6554e9d7a847951ca5108ac6926ee5;p=thirdparty%2FPython%2Fcpython.git gh-75500: Update idlelib/help.html (#96523) --- 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?