mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
There's no point in mentioning F6 as an alternate EOF on DOS -- it
doesn't work on modern Windows systems, and Control-Z works everywhere.
This commit is contained in:
parent
a7874d1505
commit
a8a1b9bc65
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ lives is an installation option, other places are possible; check with
|
||||||
your local Python guru or system administrator. (E.g.,
|
your local Python guru or system administrator. (E.g.,
|
||||||
\file{/usr/local/python} is a popular alternative location.)
|
\file{/usr/local/python} is a popular alternative location.)
|
||||||
|
|
||||||
Typing an EOF character (Control-D on \UNIX{}, Control-Z or F6 on DOS
|
Typing an EOF character (Control-D on \UNIX{}, Control-Z on DOS
|
||||||
or Windows) at the primary prompt causes the interpreter to exit with
|
or Windows) at the primary prompt causes the interpreter to exit with
|
||||||
a zero exit status. If that doesn't work, you can exit the
|
a zero exit status. If that doesn't work, you can exit the
|
||||||
interpreter by typing the following commands: \samp{import sys;
|
interpreter by typing the following commands: \samp{import sys;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue