mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Get rid of a bunch more raw_input references
This commit is contained in:
parent
9e2b9665ae
commit
ce96f69d69
42 changed files with 222 additions and 144 deletions
|
@ -511,11 +511,8 @@ else:
|
|||
\dataline{stderr}
|
||||
File objects corresponding to the interpreter's standard input,
|
||||
output and error streams. \code{stdin} is used for all interpreter
|
||||
input except for scripts but including calls to
|
||||
\function{input()}\bifuncindex{input} and
|
||||
\function{raw_input()}\bifuncindex{raw_input}. \code{stdout} is
|
||||
used for the output of \keyword{print} and expression statements and
|
||||
for the prompts of \function{input()} and \function{raw_input()}.
|
||||
input except for scripts. \code{stdout} is
|
||||
used for the output of \keyword{print} and expression statements.
|
||||
The interpreter's own prompts and (almost all of) its error messages
|
||||
go to \code{stderr}. \code{stdout} and \code{stderr} needn't be
|
||||
built-in file objects: any object is acceptable as long as it has a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue