diff options
author | Guido van Rossum <guido@python.org> | 1998-06-22 14:28:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-22 14:28:39 (GMT) |
commit | a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f (patch) | |
tree | 00136885bb3b4cabd9235d6a0d53285f745d7234 /Doc/tut/tut.tex | |
parent | a7874d1505b461ec18777f0533e546bd62ab2c8a (diff) | |
download | cpython-a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f.zip cpython-a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f.tar.gz cpython-a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f.tar.bz2 |
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.
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 52e1b49..a13c939 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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; |