From a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 22 Jun 1998 14:28:39 +0000 Subject: [PATCH] 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. --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 52e1b49e606..a13c939b6e5 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;