From: Guido van Rossum Date: Wed, 17 Jan 2001 01:18:00 +0000 (+0000) Subject: Document xreadlines() method. (Forgot to check this in before!) X-Git-Tag: v2.1a1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20ab9e9c0ac4e9a3081aa0400a46c0d3bacd30f5;p=python Document xreadlines() method. (Forgot to check this in before!) --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 6b3683af71..7d65806d26 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1112,6 +1112,10 @@ Files have the following methods: implemented, or cannot be implemented efficiently. \end{methoddesc} +\begin{methoddesc}[file]{xreadlines}{} + Equivalent to \function{xreadlines.xreadlines(file)}.\refstmodindex{xreadlines} +\end{methoddesc} + \begin{methoddesc}[file]{seek}{offset\optional{, whence}} Set the file's current position, like \code{stdio}'s \cfunction{fseek()}. The \var{whence} argument is optional and defaults to \code{0}