[Python-checkins] cpython (3.5): ? Working Directory ?

terry.reedy python-checkins at python.org
Tue Aug 30 16:58:52 EDT 2016


https://hg.python.org/cpython/rev/d048df7efe0b
changeset:   102959:d048df7efe0b
branch:      3.5
parent:      102955:8d9d90ef80b0
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Aug 30 16:58:01 2016 -0400
summary:
  ? Working Directory ?

files:
  Doc/library/idle.rst  |   2 +-
  Lib/idlelib/help.html |  31 +++++++++++++++++--------------
  2 files changed, 18 insertions(+), 15 deletions(-)


diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -531,7 +531,7 @@
    -c command  run command in the shell window
    -d          enable debugger and open shell window
    -e          open editor window
-   -h          print help message with legal combinatios and exit
+   -h          print help message with legal combinations and exit
    -i          open shell window
    -r file     run file in shell window
    -s          run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
-    <title>25.5. IDLE — Python 3.5.2 documentation</title>
+    <title>25.5. IDLE — Python 3.5.2 documentation</title>
 
     <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -58,13 +58,13 @@
              accesskey="P">previous</a> |</li>
         <li><img src="../_static/py.png" alt=""
                  style="vertical-align: middle; margin-top: -1px"/></li>
-        <li><a href="https://www.python.org/">Python</a> »</li>
+        <li><a href="https://www.python.org/">Python</a> »</li>
         <li>
-          <a href="../index.html">3.5.2 Documentation</a> »
+          <a href="../index.html">3.5.2 Documentation</a> »
         </li>
 
-          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
-          <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li>
+          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
+          <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> »</li>
       </ul>
     </div>
 
@@ -497,7 +497,7 @@
 -c command  run command in the shell window
 -d          enable debugger and open shell window
 -e          open editor window
--h          print help message with legal combinatios and exit
+-h          print help message with legal combinations and exit
 -i          open shell window
 -r file     run file in shell window
 -s          run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
@@ -659,11 +659,14 @@
 <div id="searchbox" style="display: none" role="search">
   <h3>Quick search</h3>
     <form class="search" action="../search.html" method="get">
-      <div><input type="text" name="q" /></div>
-      <div><input type="submit" value="Go" /></div>
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
       <input type="hidden" name="check_keywords" value="yes" />
       <input type="hidden" name="area" value="default" />
     </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
 </div>
 <script type="text/javascript">$('#searchbox').show(0);</script>
         </div>
@@ -687,13 +690,13 @@
              >previous</a> |</li>
         <li><img src="../_static/py.png" alt=""
                  style="vertical-align: middle; margin-top: -1px"/></li>
-        <li><a href="https://www.python.org/">Python</a> »</li>
+        <li><a href="https://www.python.org/">Python</a> »</li>
         <li>
-          <a href="../index.html">3.5.2 Documentation</a> »
+          <a href="../index.html">3.5.2 Documentation</a> »
         </li>
 
-          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
-          <li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li>
+          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
+          <li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> »</li>
       </ul>
     </div>
     <div class="footer">
@@ -702,10 +705,10 @@
     The Python Software Foundation is a non-profit corporation.
     <a href="https://www.python.org/psf/donations/">Please donate.</a>
     <br />
-    Last updated on Aug 25, 2016.
+    Last updated on Aug 30, 2016.
     <a href="../bugs.html">Found a bug</a>?
     <br />
-    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.4.6.
+    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.6.
     </div>
 
   </body>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list