[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 adb4cd2a2a)
This commit is contained in:
Miss Islington (bot) 2017-09-12 05:23:38 -07:00 committed by Terry Jan Reedy
parent 9adc87b0f8
commit 01dcaa5c99
2 changed files with 11 additions and 20 deletions

View file

@ -671,7 +671,7 @@ Extensions
^^^^^^^^^^ ^^^^^^^^^^
IDLE contains an extension facility. Preferences for extensions can be IDLE contains an extension facility. Preferences for extensions can be
changed with Configure Extensions. See the beginning of config-extensions.def changed with the Extensions tab of the preferences dialog. See the
in the idlelib directory for further information. The only current default beginning of config-extensions.def in the idlelib directory for further
extension is zoomheight. It exists as an extension primarily to be an example information. The only current default extension is zzdummy, an example
and for testing purposes. also used for testing.

View file

@ -635,20 +635,11 @@ custom key set in the Configure IDLE dialog under the keys tab.</p>
<div class="section" id="extensions"> <div class="section" id="extensions">
<h3>25.5.4.3. Extensions<a class="headerlink" href="#extensions" title="Permalink to this headline"></a></h3> <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 <p>IDLE contains an extension facility. Preferences for extensions can be
changed with Configure Extensions. See the beginning of config-extensions.def changed with the Extensions tab of the preferences dialog. See the
in the idlelib directory for further information. The default extensions beginning of config-extensions.def in the idlelib directory for further
are currently:</p> information. The only current default extension is zzdummy, an example
<ul class="simple"> also used for testing.
<li>FormatParagraph</li> </p>
<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>
</div> </div>
</div> </div>
</div> </div>
@ -711,7 +702,7 @@ are currently:</p>
<ul class="this-page-menu"> <ul class="this-page-menu">
<li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../bugs.html">Report a Bug</a></li>
<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 rel="nofollow">Show Source
</a> </a>
</li> </li>
@ -768,7 +759,7 @@ are currently:</p>
The Python Software Foundation is a non-profit corporation. The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a> <a href="https://www.python.org/psf/donations/">Please donate.</a>
<br /> <br />
Last updated on Jun 13, 2017. Last updated on Sep 12, 2017.
<a href="../bugs.html">Found a bug</a>? <a href="../bugs.html">Found a bug</a>?
<br /> <br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6.