Skip to content

Commit 01dcaa5

Browse files
miss-islingtonterryjreedy
authored andcommitted
[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 adb4cd2)
1 parent 9adc87b commit 01dcaa5

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

‎Doc/library/idle.rst‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Extensions
671671
^^^^^^^^^^
672672

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

‎Lib/idlelib/help.html‎

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -635,20 +635,11 @@ <h3>25.5.4.2. Setting preferences<a class="headerlink" href="#setting-preference
635635
<div class="section" id="extensions">
636636
<h3>25.5.4.3. Extensions<a class="headerlink" href="#extensions" title="Permalink to this headline"></a></h3>
637637
<p>IDLE contains an extension facility. Preferences for extensions can be
638-
changed with Configure Extensions. See the beginning of config-extensions.def
639-
in the idlelib directory for further information. The default extensions
640-
are currently:</p>
641-
<ul class="simple">
642-
<li>FormatParagraph</li>
643-
<li>AutoExpand</li>
644-
<li>ZoomHeight</li>
645-
<li>ScriptBinding</li>
646-
<li>CallTips</li>
647-
<li>ParenMatch</li>
648-
<li>AutoComplete</li>
649-
<li>CodeContext</li>
650-
<li>RstripExtension</li>
651-
</ul>
638+
changed with the Extensions tab of the preferences dialog. See the
639+
beginning of config-extensions.def in the idlelib directory for further
640+
information. The only current default extension is zzdummy, an example
641+
also used for testing.
642+
</p>
652643
</div>
653644
</div>
654645
</div>
@@ -711,7 +702,7 @@ <h3>This Page</h3>
711702
<ul class="this-page-menu">
712703
<li><a href="../bugs.html">Report a Bug</a></li>
713704
<li>
714-
<a href="https://github.com/python/cpython/blob/master/Doc/library/idle.rst"
705+
<a href="https://github.com/python/cpython/blob/master/Doc/library/idle.txt"
715706
rel="nofollow">Show Source
716707
</a>
717708
</li>
@@ -768,7 +759,7 @@ <h3>Navigation</h3>
768759
The Python Software Foundation is a non-profit corporation.
769760
<a href="https://www.python.org/psf/donations/">Please donate.</a>
770761
<br />
771-
Last updated on Jun 13, 2017.
762+
Last updated on Sep 12, 2017.
772763
<a href="../bugs.html">Found a bug</a>?
773764
<br />
774765
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6.

0 commit comments

Comments
 (0)