Skip to content
Snippets Groups Projects
Unverified Commit bc06f5c5 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-75500: Update idlelib/help.html (GH-96523) (#96524)


(cherry picked from commit 837ce646)

Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>
parent 02c59beb
Branches
Tags
No related merge requests found
...@@ -113,9 +113,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3> ...@@ -113,9 +113,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
<li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li> <li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li>
<li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li> <li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li>
<li><a class="reference internal" href="#extensions">Extensions</a></li> <li><a class="reference internal" href="#extensions">Extensions</a></li>
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
...@@ -1002,18 +1002,19 @@ <h3>Extensions<a class="headerlink" href="#extensions" title="Permalink to this ...@@ -1002,18 +1002,19 @@ <h3>Extensions<a class="headerlink" href="#extensions" title="Permalink to this
information. The only current default extension is zzdummy, an example information. The only current default extension is zzdummy, an example
also used for testing.</p> also used for testing.</p>
</section> </section>
</section>
<section id="module-idlelib"> <section id="module-idlelib">
<span id="idlelib"></span><h3>idlelib<a class="headerlink" href="#module-idlelib" title="Permalink to this heading"></a></h3> <span id="idlelib"></span><h2>idlelib<a class="headerlink" href="#module-idlelib" title="Permalink to this heading"></a></h2>
<p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/main/Lib/idlelib">Lib/idlelib</a></p> <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/main/Lib/idlelib">Lib/idlelib</a></p>
<p>The Lib/idlelib package implements the IDLE application. See the top <hr class="docutils" />
of this file or content listing on the left for how to use IDLE.</p> <p>The Lib/idlelib package implements the IDLE application. See the rest
of this page for how to use IDLE.</p>
<p>The files in idlelib are described in idlelib/README.txt. Access it <p>The files in idlelib are described in idlelib/README.txt. Access it
either in idlelib or click Help =&gt; About IDLE on the IDLE menu. This either in idlelib or click Help =&gt; About IDLE on the IDLE menu. This
file also maps IDLE menu items to the code that implements the item. file also maps IDLE menu items to the code that implements the item.
Except for files listed under ‘Startup’, the idlelib code is ‘private’ in Except for files listed under ‘Startup’, the idlelib code is ‘private’ in
sense that feature changes can be backported (see <span class="target" id="index-7"></span><a class="pep reference external" href="https://peps.python.org/pep-0434/"><strong>PEP 434</strong></a>).</p> sense that feature changes can be backported (see <span class="target" id="index-7"></span><a class="pep reference external" href="https://peps.python.org/pep-0434/"><strong>PEP 434</strong></a>).</p>
</section> </section>
</section>
</section> </section>
...@@ -1066,9 +1067,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3> ...@@ -1066,9 +1067,9 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
<li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li> <li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li>
<li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li> <li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li>
<li><a class="reference internal" href="#extensions">Extensions</a></li> <li><a class="reference internal" href="#extensions">Extensions</a></li>
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
...@@ -1166,7 +1167,7 @@ <h3>Navigation</h3> ...@@ -1166,7 +1167,7 @@ <h3>Navigation</h3>
<br /> <br />
<br /> <br />
Last updated on Aug 07, 2022. Last updated on Sep 03, 2022.
<a href="/bugs.html">Found a bug</a>? <a href="/bugs.html">Found a bug</a>?
<br /> <br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment