Remove mentionings of DOS.

This commit is contained in:
Martin v. Löwis 2002-10-10 18:24:54 +00:00
parent e893f2f3b4
commit 36a4d8c20e
7 changed files with 10 additions and 13 deletions

View file

@ -176,7 +176,7 @@ your local Python guru or system administrator. (E.g.,
\file{/usr/local/python} is a popular alternative location.)
Typing an end-of-file character (\kbd{Control-D} on \UNIX,
\kbd{Control-Z} on DOS or Windows) at the primary prompt causes the
\kbd{Control-Z} on 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; sys.exit()}.