From 20ab9e9c0ac4e9a3081aa0400a46c0d3bacd30f5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Jan 2001 01:18:00 +0000 Subject: Document xreadlines() method. (Forgot to check this in before!) --- Doc/lib/libstdtypes.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 6b3683a..7d65806 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} -- cgit v0.12