From a1296ed60b2aacd44ccc490d725c0bac2ae9877a Mon Sep 17 00:00:00 2001 From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:15:23 -0700 Subject: [PATCH] Update idlelib/help.html to current Sphinx output (GH-22833) idle.rst is unchanged (cherry picked from commit a460d45063844a21c20fa8b0d23878165f99f3b5) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/help.html | 70 +++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 0edd3917e1f..170999e1280 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -1,23 +1,24 @@ - + - IDLE — Python 3.10.0a0 documentation + + IDLE — Python 3.10.0a1 documentation - - - - - + + + + + - + @@ -71,11 +72,12 @@
  • - 3.10.0a0 Documentation » + 3.10.0a1 Documentation »
  • +
  • @@ -426,30 +428,30 @@ and that other files do not. Run Python code with the Run menu.

    the Command key on macOS.

    -

    Standard keybindings (like C-c to copy and C-v to paste) +

    Standard keybindings (like C-c to copy and C-v to paste) may work. Keybindings are selected in the Configure IDLE dialog.

    @@ -486,7 +488,7 @@ one can specify a drive first.) Move into subdirectories by typing a directory name and a separator.

    Instead of waiting, or after a box is closed, open a completion box immediately with Show Completions on the Edit menu. The default hot -key is C-space. If one types a prefix for the desired name +key is C-space. If one types a prefix for the desired name before opening the box, the first match or near miss is made visible. The result is the same as if one enters a prefix after the box is displayed. Show Completions after a quote completes @@ -559,14 +561,14 @@ If one pastes more that one statement into Shell, the result will be a

    The editing features described in previous subsections work when entering code interactively. IDLE’s Shell window also responds to the following keys.

      -
    • C-c interrupts executing command

    • -
    • C-d sends end-of-file; closes window if typed at a >>> prompt

    • -
    • Alt-/ (Expand word) is also useful to reduce typing

      +
    • C-c interrupts executing command

    • +
    • C-d sends end-of-file; closes window if typed at a >>> prompt

    • +
    • Alt-/ (Expand word) is also useful to reduce typing

      Command history

        -
      • Alt-p retrieves previous command matching what you have typed. On -macOS use C-p.

      • -
      • Alt-n retrieves next. On macOS use C-n.

      • +
      • Alt-p retrieves previous command matching what you have typed. On +macOS use C-p.

      • +
      • Alt-n retrieves next. On macOS use C-n.

      • Return while on any previous command retrieves that command

    • @@ -852,6 +854,7 @@ also used for testing.

    +
    @@ -947,11 +950,12 @@ also used for testing.

  • - 3.10.0a0 Documentation » + 3.10.0a1 Documentation »
  • +
  • @@ -978,11 +982,11 @@ also used for testing.



    - Last updated on Sep 22, 2020. + Last updated on Oct 20, 2020. Found a bug?
    - Created using Sphinx 2.1.1. + Created using Sphinx 3.2.1.