From adb4cd2a2a59019ac6955e0fd531c9fec9258962 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy
Date: Tue, 12 Sep 2017 07:45:15 -0400
Subject: bpo-27099: Finish updating IDLE doc and help text. (#3510)
As needed for the conversion of extensions to features.
---
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 4f51f3f..38ab4f1 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 0a3062e..07fcac5 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -635,20 +635,11 @@ custom key set in the Configure IDLE dialog under the keys tab.
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:
-
-- FormatParagraph
-- AutoExpand
-- ZoomHeight
-- ScriptBinding
-- CallTips
-- ParenMatch
-- AutoComplete
-- CodeContext
-- RstripExtension
-
+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 @@ are currently: