Commit 3399e1e3 authored by Terry Jan Reedy's avatar Terry Jan Reedy

? Working Directory ?

parent 624e2226
...@@ -531,7 +531,7 @@ Command line usage ...@@ -531,7 +531,7 @@ Command line usage
-c command run command in the shell window -c command run command in the shell window
-d enable debugger and open shell window -d enable debugger and open shell window
-e open editor 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 -i open shell window
-r file run file in shell window -r file run file in shell window
-s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>25.5. IDLE &#8212; Python 3.5.2 documentation</title> <title>25.5. IDLE &mdash; Python 3.5.2 documentation</title>
<link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
accesskey="P">previous</a> |</li> accesskey="P">previous</a> |</li>
<li><img src="../_static/py.png" alt="" <li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li> style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> &#187;</li> <li><a href="https://www.python.org/">Python</a> &raquo;</li>
<li> <li>
<a href="../index.html">3.5.2 Documentation</a> &#187; <a href="../index.html">3.5.2 Documentation</a> &raquo;
</li> </li>
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li> <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
<li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> &#187;</li> <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">25. Graphical User Interfaces with Tk</a> &raquo;</li>
</ul> </ul>
</div> </div>
...@@ -497,7 +497,7 @@ functions to be used from IDLE&#8217;s Python shell.</p> ...@@ -497,7 +497,7 @@ functions to be used from IDLE&#8217;s Python shell.</p>
-c command run command in the shell window -c command run command in the shell window
-d enable debugger and open shell window -d enable debugger and open shell window
-e open editor 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 -i open shell window
-r file run file in shell window -r file run file in shell window
-s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
...@@ -659,11 +659,14 @@ are currently:</p> ...@@ -659,11 +659,14 @@ are currently:</p>
<div id="searchbox" style="display: none" role="search"> <div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3> <h3>Quick search</h3>
<form class="search" action="../search.html" method="get"> <form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div> <input type="text" name="q" />
<div><input type="submit" value="Go" /></div> <input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" /> <input type="hidden" name="area" value="default" />
</form> </form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div> </div>
<script type="text/javascript">$('#searchbox').show(0);</script> <script type="text/javascript">$('#searchbox').show(0);</script>
</div> </div>
...@@ -687,13 +690,13 @@ are currently:</p> ...@@ -687,13 +690,13 @@ are currently:</p>
>previous</a> |</li> >previous</a> |</li>
<li><img src="../_static/py.png" alt="" <li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li> style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> &#187;</li> <li><a href="https://www.python.org/">Python</a> &raquo;</li>
<li> <li>
<a href="../index.html">3.5.2 Documentation</a> &#187; <a href="../index.html">3.5.2 Documentation</a> &raquo;
</li> </li>
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li> <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li>
<li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> &#187;</li> <li class="nav-item nav-item-2"><a href="tk.html" >25. Graphical User Interfaces with Tk</a> &raquo;</li>
</ul> </ul>
</div> </div>
<div class="footer"> <div class="footer">
...@@ -702,10 +705,10 @@ are currently:</p> ...@@ -702,10 +705,10 @@ are currently:</p>
The Python Software Foundation is a non-profit corporation. The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a> <a href="https://www.python.org/psf/donations/">Please donate.</a>
<br /> <br />
Last updated on Aug 25, 2016. Last updated on Aug 30, 2016.
<a href="../bugs.html">Found a bug</a>? <a href="../bugs.html">Found a bug</a>?
<br /> <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> </div>
</body> </body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment