Kaydet (Commit) 8ec619f6 authored tarafından Guido van Rossum's avatar Guido van Rossum

Note that readline returns '' on EOF, not "EOF" (whatever that may be).

üst 472b9a3f
......@@ -49,7 +49,7 @@ boundary will raise an error.
\begin{methoddesc}{readline}{str}
Read a line. If the line is data (not a section-divider or end-marker
or real EOF) return it. If the line matches the most-recently-stacked
boundary, return EOF and set \code{self.last} to 1 or 0 according as
boundary, return \code{''} and set \code{self.last} to 1 or 0 according as
the match is or is not an end-marker. If the line matches any other
stacked boundary, raise an error. If the line is a real EOF, raise an
error unless all boundaries have been popped.
......
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