Commit c8da0f96 authored by Guido van Rossum's avatar Guido van Rossum

Document use_rawinput. (Although now that I think more about it, a

better solution would have been to factor out the raw_input() call and
make it into an overridable method.  Oh well, maybe later...)
parent 1ad37bb5
......@@ -138,4 +138,9 @@ headers. If empty, no ruler line is drawn. It defaults to
\character{=}.
\end{memberdesc}
\begin{memberdesc}{use_rawinput}
A flag, defaulting to true. If true, \method{cmdloop()} uses
\function{raw_input()} to display a prompt and read the next command;
if false, \function{sys.stdout.write()} and
\function{sys.stdin.readline()} are used.
\end{memberdesc}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment