mirror of https://github.com/python/cpython
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
|
@ -173,7 +173,7 @@ lives is an installation option, other places are possible; check with
|
|||
your local Python guru or system administrator. (E.g.,
|
||||
\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
|
||||
a zero exit status. If that doesn't work, you can exit the
|
||||
interpreter by typing the following commands: \samp{import sys;
|
||||
|
|
Loading…
Reference in New Issue