]> granicus.if.org Git - python/commitdiff
There's no point in mentioning F6 as an alternate EOF on DOS -- it
authorGuido van Rossum <guido@python.org>
Mon, 22 Jun 1998 14:28:39 +0000 (14:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Jun 1998 14:28:39 +0000 (14:28 +0000)
doesn't work on modern Windows systems, and Control-Z works
everywhere.

Doc/tut/tut.tex

index 52e1b49e6062bba8ebeb875a317765c55cf6f8e6..a13c939b6e59fb19583ffaedcf5102922c0a908c 100644 (file)
@@ -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;