From e9cd23c84b057df575930d47cd424b2fd10a96d0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 12 Sep 2017 07:08:25 -0400 Subject: [PATCH 1/3] bpo-27099: Finish updating IDLE doc and help text. For extension to feature conversion. --- Doc/library/idle.rst | 9 +++++---- Lib/idlelib/help.html | 23 +++++++---------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 4f51f3f0ac2eaaf..2f2abf6ae0a0be9 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -671,7 +671,8 @@ 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. +cd .. \ No newline at end of file diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 0a3062e156421c3..b2ac6e05ff46759 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. +cd ..

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

This Page