diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-02 23:22:59 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-02 23:22:59 -0400 |
commit | d470527aecebd5982cda4d6e6fcbeebeca33976c (patch) | |
tree | da7b44981ea261646a01cf7d2d448cc6fc3af88b /Lib/idlelib/help.html | |
parent | a8aa4d5fb789cbc8ed7c1121701b19709968ccdb (diff) | |
download | cpython-git-d470527aecebd5982cda4d6e6fcbeebeca33976c.tar.gz |
Issue #25224: README.txt is now an idlelib index for IDLE developers and
curious users. The previous user content is now in the IDLE doc and is
redundant. IDLE now means 'Integrated Development and Learning Environment'.
Diffstat (limited to 'Lib/idlelib/help.html')
-rw-r--r-- | Lib/idlelib/help.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 1cc5173f6a..379b277d31 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -75,7 +75,7 @@ <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 the Python IDE built with the <a class="reference internal" href="tkinter.html#module-tkinter" title="tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">tkinter</span></tt></a> GUI toolkit.</p> +<p id="index-0">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"><tt class="xref py py-mod docutils literal"><span class="pre">tkinter</span></tt></a> GUI toolkit</li> @@ -699,7 +699,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 Sep 29, 2015. + Last updated on Oct 02, 2015. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3. |