From b267ea91f1e31f58a7896450e0c8250e867fb381 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 12 Sep 2017 07:45:15 -0400 Subject: [PATCH] [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) As needed for the conversion of extensions to features. (cherry picked from commit adb4cd2a2a59019ac6955e0fd531c9fec9258962) --- Doc/library/idle.rst | 8 ++++---- Lib/idlelib/help.html | 23 +++++++---------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 4f51f3f0ac2eaa..38ab4f114b88ba 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -671,7 +671,7 @@ Extensions ^^^^^^^^^^ IDLE contains an extension facility. Preferences for extensions can be -changed with Configure Extensions. See the beginning of config-extensions.def -in the idlelib directory for further information. The only current default -extension is zoomheight. It exists as an extension primarily to be an example -and for testing purposes. \ No newline at end of file +changed with the Extensions tab of the preferences dialog. See the +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. diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 0a3062e156421c..07fcac5fb3b641 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -635,20 +635,11 @@

25.5.4.2. Setting preferences

25.5.4.3. ExtensionsΒΆ

IDLE contains an extension facility. Preferences for extensions can be -changed with Configure Extensions. See the beginning of config-extensions.def -in the idlelib directory for further information. The default extensions -are currently:

- +changed with the Extensions tab of the preferences dialog. See the +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. +

@@ -711,7 +702,7 @@

This Page