From: Terry Jan Reedy
Date: Tue, 12 Sep 2017 11:45:15 +0000 (-0400)
Subject: bpo-27099: Finish updating IDLE doc and help text. (#3510)
X-Git-Tag: v3.7.0a1~69
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adb4cd2a2a59019ac6955e0fd531c9fec9258962;p=python
bpo-27099: Finish updating IDLE doc and help text. (#3510)
As needed for the conversion of extensions to features.
---
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 4f51f3f0ac..38ab4f114b 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 0a3062e156..07fcac5fb3 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: