From: Guido van Rossum Date: Mon, 22 Jun 1998 14:28:39 +0000 (+0000) Subject: There's no point in mentioning F6 as an alternate EOF on DOS -- it X-Git-Tag: v1.5.2a1~438 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8a1b9bc65ad81a75d2b9352531bf7580ca3d83f;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 52e1b49e6062..a13c939b6e59 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;