File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,6 @@ Windows) at the primary prompt causes the interpreter to exit with a zero exit
3333status. If that doesn't work, you can exit the interpreter by typing the
3434following command: ``quit() ``.
3535
36- The interpreter's line-editing features include interactive editing, history
37- substitution and code completion on systems that support the `GNU Readline
38- <https://tiswww.case.edu/php/chet/readline/rltop.html> `_ library.
39- Perhaps the quickest check to see whether command line editing is supported is
40- typing :kbd: `Control - P ` to the first Python prompt you get. If it beeps, you
41- have command line editing; see Appendix :ref: `tut-interacting ` for an
42- introduction to the keys. If nothing appears to happen, or if ``^P `` is
43- echoed, command line editing isn't available; you'll only be able to use
44- backspace to remove characters from the current line.
45-
4636The interpreter operates somewhat like the Unix shell: when called with standard
4737input connected to a tty device, it reads and executes commands interactively;
4838when called with a file name argument or with a file as standard input, it reads
You can’t perform that action at this time.
0 commit comments