mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove xreadlines reference
This commit is contained in:
parent
f3f1c85858
commit
e723863ba1
1 changed files with 1 additions and 1 deletions
|
@ -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.}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue