From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date: Wed, 9 Sep 2020 23:10:09 +0000 (-0700)
Subject: Update idlelib/help.html to current IDLE doc (GH-22181)
X-Git-Tag: v3.8.6~31
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9133b01b58ee1af821611cc436adb20f3e8b879d;p=thirdparty%2FPython%2Fcpython.git
Update idlelib/help.html to current IDLE doc (GH-22181)
(cherry picked from commit 471247150e9707e583297ac6b4edff978efd8941)
Co-authored-by: Terry Jan Reedy os.sep or
-data:os.altsep immediately after an opening quote. (On Windows,
+os.altsep immediately after an opening quote. (On Windows,
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 +
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 -before opening the box, the first match is displayed. +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 filenames in the current directory instead of a root directory.
@@ -975,7 +975,7 @@ also used for testing.