[Python-checkins] [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)

Terry Jan Reedy webhook-mailer at python.org
Tue Sep 12 08:23:40 EDT 2017


https://github.com/python/cpython/commit/01dcaa5c996baf019656cf51451bb1b6ecd720fa
commit: 01dcaa5c996baf019656cf51451bb1b6ecd720fa
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Terry Jan Reedy <tjreedy at udel.edu>
date: 2017年09月12日T08:23:38-04:00
summary:
[3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
As needed for the conversion of extensions to features.
(cherry picked from commit adb4cd2a2a59019ac6955e0fd531c9fec9258962)
files:
M Doc/library/idle.rst
M Lib/idlelib/help.html
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 4f51f3f0ac2..38ab4f114b8 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 0a3062e1564..07fcac5fb3b 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -635,20 +635,11 @@
 <div class="section" id="extensions">
 <h3>25.5.4.3. Extensions<a class="headerlink" href="#extensions" title="Permalink to this headline">¶</a></h3>
 <p>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:</p>
-<ul class="simple">
-<li>FormatParagraph</li>
-<li>AutoExpand</li>
-<li>ZoomHeight</li>
-<li>ScriptBinding</li>
-<li>CallTips</li>
-<li>ParenMatch</li>
-<li>AutoComplete</li>
-<li>CodeContext</li>
-<li>RstripExtension</li>
-</ul>
+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.
+</p>
 </div>
 </div>
 </div>
@@ -711,7 +702,7 @@
 <ul class="this-page-menu">
 <li><a href="../bugs.html">Report a Bug</a></li>
 <li>
- <a href="https://github.com/python/cpython/blob/master/Doc/library/idle.rst"
+ <a href="https://github.com/python/cpython/blob/master/Doc/library/idle.txt"
 rel="nofollow">Show Source
 </a>
 </li>
@@ -768,7 +759,7 @@
 The Python Software Foundation is a non-profit corporation.
 <a href="https://www.python.org/psf/donations/">Please donate.</a>
 <br />
- Last updated on Jun 13, 2017.
+ Last updated on Sep 12, 2017.
 <a href="../bugs.html">Found a bug</a>?
 <br />
 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /