mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Merged changes from the 1.5.2p2 release.
(Very rough.)
This commit is contained in:
parent
659ebfa79e
commit
38e5d27cae
59 changed files with 1248 additions and 516 deletions
|
@ -75,11 +75,13 @@ The following functions use the global state created by
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{isfirstline}{}
|
||||
Return true iff the line just read is the first line of its file.
|
||||
Returns true the line just read is the first line of its file,
|
||||
otherwise returns false.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{isstdin}{}
|
||||
Returns true iff the last line was read from \code{sys.stdin}.
|
||||
Returns true if the last line was read from \code{sys.stdin},
|
||||
otherwise returns false.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{nextfile}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue