summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbz2.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:21:07 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:21:07 (GMT)
commite723863ba179887a75ccf37402e10ff795abe34e (patch)
tree10b3d06ad1f7fdb3a44eaec442a37863fed36a4b /Doc/lib/libbz2.tex
parentf3f1c85858a2b0191e3755ae7d357fa292f3def7 (diff)
downloadcpython-e723863ba179887a75ccf37402e10ff795abe34e.zip
cpython-e723863ba179887a75ccf37402e10ff795abe34e.tar.gz
cpython-e723863ba179887a75ccf37402e10ff795abe34e.tar.bz2
Remove xreadlines reference
Diffstat (limited to 'Doc/lib/libbz2.tex')
-rw-r--r--Doc/lib/libbz2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbz2.tex b/Doc/lib/libbz2.tex
index 439f2ba..f40b66f 100644
--- a/Doc/lib/libbz2.tex
+++ b/Doc/lib/libbz2.tex
@@ -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.}