Remove xreadlines reference

This commit is contained in:
Andrew M. Kuchling 2004-08-31 13:21:07 +00:00
parent f3f1c85858
commit e723863ba1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ is an approximate bound on the total number of bytes in the lines returned.
\begin{methoddesc}[BZ2File]{xreadlines}{}
For backward compatibility. \class{BZ2File} objects now include the
performance optimizations previously implemented in the
\refmodule{xreadlines} module.
\module{xreadlines} module.
\deprecated{2.3}{This exists only for compatibility with the method by
this name on \class{file} objects, which is
deprecated. Use \code{for line in file} instead.}