@@ -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