|
5 | 5 | <meta charset="utf-8" />
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 | 7 |
|
8 |
| - <title>IDLE — Python 3.13.0a2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <title>IDLE — Python 3.14.0a0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0"> |
9 | 9 |
|
10 | 10 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
|
11 | 11 | <link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=b37c26da2f7529d09fe70b41c4b2133fe4931a90" />
|
|
18 | 18 | <script src="../_static/sidebar.js"></script>
|
19 | 19 |
|
20 | 20 | <link rel="search" type="application/opensearchdescription+xml"
|
21 |
| - title="Search within Python 3.13.0a2 documentation" |
| 21 | + title="Search within Python 3.14.0a0 documentation" |
22 | 22 | href="../_static/opensearch.xml"/>
|
23 | 23 | <link rel="author" title="About these documents" href="../about.html" />
|
24 | 24 | <link rel="index" title="Index" href="../genindex.html" />
|
25 | 25 | <link rel="search" title="Search" href="../search.html" />
|
26 | 26 | <link rel="copyright" title="Copyright" href="../copyright.html" />
|
27 | 27 | <link rel="next" title="Development Tools" href="development.html" />
|
28 | 28 | <link rel="prev" title="tkinter.ttk — Tk themed widgets" href="tkinter.ttk.html" />
|
| 29 | + |
29 | 30 | <link rel="canonical" href="https://docs.python.org/3/library/idle.html" />
|
30 | 31 |
|
31 | 32 |
|
|
45 | 46 | <script type="text/javascript" src="../_static/menu.js"></script>
|
46 | 47 | <script type="text/javascript" src="../_static/search-focus.js"></script>
|
47 | 48 | <script type="text/javascript" src="../_static/themetoggle.js"></script>
|
| 49 | + <script type="text/javascript" src="../_static/rtd_switcher.js"></script> |
| 50 | + <meta name="readthedocs-addons-api-version" content="1"> |
48 | 51 |
|
49 | 52 | </head>
|
50 | 53 | <body>
|
@@ -184,7 +187,7 @@ <h3>Navigation</h3>
|
184 | 187 |
|
185 | 188 | </li>
|
186 | 189 | <li id="cpython-language-and-version">
|
187 |
| - <a href="../index.html">3.13.0a2 Documentation</a> » |
| 190 | + <a href="../index.html">3.14.0a0 Documentation</a> » |
188 | 191 | </li>
|
189 | 192 |
|
190 | 193 | <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
|
@@ -554,16 +557,16 @@ <h3>Key bindings<a class="headerlink" href="#key-bindings" title="Permalink to t
|
554 | 557 | delete characters. Deletion does not puts text on the clipboard,
|
555 | 558 | but IDLE has an undo list. Wherever this doc discusses keys,
|
556 | 559 | ‘C’ refers to the <kbd class="kbd docutils literal notranslate">Control</kbd> key on Windows and
|
557 |
| -Unix and the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS. (And all such dicussions |
| 560 | +Unix and the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS. (And all such discussions |
558 | 561 | assume that the keys have not been re-bound to something else.)</p>
|
559 | 562 | <ul class="simple">
|
560 | 563 | <li><p>Arrow keys move the cursor one character or line.</p></li>
|
561 | 564 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">LeftArrow</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">RightArrow</kbd></kbd> moves left or right one word.</p></li>
|
562 | 565 | <li><p><kbd class="kbd docutils literal notranslate">Home</kbd> and <kbd class="kbd docutils literal notranslate">End</kbd> go to the beginning or end of the line.</p></li>
|
563 | 566 | <li><p><kbd class="kbd docutils literal notranslate">Page Up</kbd> and <kbd class="kbd docutils literal notranslate">Page Down</kbd> go up or down one screen.</p></li>
|
564 | 567 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Home</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">End</kbd></kbd> go to beginning or end of the file.</p></li>
|
565 |
| -<li><p><kbd class="kbd docutils literal notranslate">Backspace</kbd> and <kbd class="kbd docutils literal notranslate">Del</kbd> (or <cite>C-d</cite>) delete the previous or |
566 |
| -next character.</p></li> |
| 568 | +<li><p><kbd class="kbd docutils literal notranslate">Backspace</kbd> and <kbd class="kbd docutils literal notranslate">Del</kbd> (or <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">d</kbd></kbd>) delete the previous |
| 569 | +or next character.</p></li> |
567 | 570 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Backspace</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Del</kbd></kbd> delete one word left or right.</p></li>
|
568 | 571 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">k</kbd></kbd> deletes (‘kills’) everything to the right.</p></li>
|
569 | 572 | </ul>
|
@@ -694,7 +697,7 @@ <h3>Shell window<a class="headerlink" href="#shell-window" title="Permalink to t
|
694 | 697 | <p>The editing features described in previous subsections work when entering
|
695 | 698 | code interactively. IDLE’s Shell window also responds to the following:</p>
|
696 | 699 | <ul class="simple">
|
697 |
| -<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> attemps to interrupt statement execution (but may fail).</p></li> |
| 700 | +<li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> attempts to interrupt statement execution (but may fail).</p></li> |
698 | 701 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">d</kbd></kbd> closes Shell if typed at a <code class="docutils literal notranslate"><span class="pre">>>></span></code> prompt.</p></li>
|
699 | 702 | <li><p><kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd> (<kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> and <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd> on macOS)
|
700 | 703 | retrieve to the current prompt the previous or next previously
|
@@ -1136,7 +1139,7 @@ <h3>Navigation</h3>
|
1136 | 1139 |
|
1137 | 1140 | </li>
|
1138 | 1141 | <li id="cpython-language-and-version">
|
1139 |
| - <a href="../index.html">3.13.0a2 Documentation</a> » |
| 1142 | + <a href="../index.html">3.14.0a0 Documentation</a> » |
1140 | 1143 | </li>
|
1141 | 1144 |
|
1142 | 1145 | <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
|
@@ -1180,7 +1183,7 @@ <h3>Navigation</h3>
|
1180 | 1183 | <br />
|
1181 | 1184 | <br />
|
1182 | 1185 |
|
1183 |
| - Last updated on Jan 17, 2024 (06:57 UTC). |
| 1186 | + Last updated on Oct 14, 2024 (20:27 UTC). |
1184 | 1187 | <a href="/bugs.html">Found a bug</a>?
|
1185 | 1188 | <br />
|
1186 | 1189 |
|
|
0 commit comments