diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-11 19:06:08 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-11 19:06:08 (GMT) |
commit | 4da945f361cda03104548f49bad690a54b0209f7 (patch) | |
tree | ed25742482aca03601d01a6c6fccc65a5e0ded2c /Lib/idlelib | |
parent | e670be2273f93dfc262e16ebc27f0d453f15fa21 (diff) | |
parent | fa089b9b0b926c04e5d57812b7d7653472787965 (diff) | |
download | cpython-4da945f361cda03104548f49bad690a54b0209f7.zip cpython-4da945f361cda03104548f49bad690a54b0209f7.tar.gz cpython-4da945f361cda03104548f49bad690a54b0209f7.tar.bz2 |
Merge Issue #22558.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/help.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index ec0b218..6f739c4 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -75,7 +75,9 @@ <div class="section" id="idle"> <span id="id1"></span><h1>25.5. IDLE<a class="headerlink" href="#idle" title="Permalink to this headline">ΒΆ</a></h1> -<p id="index-0">IDLE is Python’s Integrated Development and Learning Environment.</p> +<p><strong>Source code:</strong> <a class="reference external" href="https://hg.python.org/cpython/file/3.5/Lib/idlelib/">Lib/idlelib/</a></p> +<hr class="docutils" id="index-0" /> +<p>IDLE is Python’s Integrated Development and Learning Environment.</p> <p>IDLE has the following features:</p> <ul class="simple"> <li>coded in 100% pure Python, using the <a class="reference internal" href="tkinter.html#module-tkinter" title="tkinter: Interface to Tcl/Tk for graphical user interfaces"><code class="xref py py-mod docutils literal"><span class="pre">tkinter</span></code></a> GUI toolkit</li> @@ -701,7 +703,7 @@ are currently:</p> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> - Last updated on May 02, 2016. + Last updated on Jun 11, 2016. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3. |