]> granicus.if.org Git - python/commitdiff
Document xreadlines() method. (Forgot to check this in before!)
authorGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 01:18:00 +0000 (01:18 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 01:18:00 +0000 (01:18 +0000)
Doc/lib/libstdtypes.tex

index 6b3683af719318639e12b0097a96e088bd0ecebb..7d65806d2686cdd9e10cdfa9d4a7ab72cca26304 100644 (file)
@@ -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}