mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove mentionings of DOS.
This commit is contained in:
parent
e893f2f3b4
commit
36a4d8c20e
7 changed files with 10 additions and 13 deletions
|
@ -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()}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue