]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-75500: Update idlelib/help.html (GH-96523)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Sep 2022 07:59:15 +0000 (00:59 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2022 07:59:15 +0000 (00:59 -0700)
(cherry picked from commit 837ce6460d6554e9d7a847951ca5108ac6926ee5)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/help.html

index af5cbd5a5ba4c3e98114fc87b08a08316645daf4..722406b81a8ae6c2e48b393a7cf27d346159ff7d 100644 (file)
 <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="#extensions">Extensions</a></li>
-<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
 </ul>
 </li>
+<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
 </ul>
 </li>
 </ul>
@@ -1002,18 +1002,19 @@ 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>
 </section>
+</section>
 <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>The Lib/idlelib package implements the IDLE application.  See the top
-of this file or content listing on the left for how to use IDLE.</p>
+<hr class="docutils" />
+<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
 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.
 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>
 </section>
-</section>
 </section>
 
 
@@ -1066,9 +1067,9 @@ sense that feature changes can be backported (see <span class="target" id="index
 <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="#extensions">Extensions</a></li>
-<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
 </ul>
 </li>
+<li><a class="reference internal" href="#module-idlelib">idlelib</a></li>
 </ul>
 </li>
 </ul>
@@ -1166,7 +1167,7 @@ sense that feature changes can be backported (see <span class="target" id="index
 <br />
     <br />
 
-    Last updated on Aug 07, 2022.
+    Last updated on Sep 03, 2022.
     <a href="/bugs.html">Found a bug</a>?
     <br />