Commit e723863b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove xreadlines reference

parent f3f1c858
...@@ -82,7 +82,7 @@ is an approximate bound on the total number of bytes in the lines returned. ...@@ -82,7 +82,7 @@ is an approximate bound on the total number of bytes in the lines returned.
\begin{methoddesc}[BZ2File]{xreadlines}{} \begin{methoddesc}[BZ2File]{xreadlines}{}
For backward compatibility. \class{BZ2File} objects now include the For backward compatibility. \class{BZ2File} objects now include the
performance optimizations previously implemented in 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 \deprecated{2.3}{This exists only for compatibility with the method by
this name on \class{file} objects, which is this name on \class{file} objects, which is
deprecated. Use \code{for line in file} instead.} deprecated. Use \code{for line in file} instead.}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment