From e723863ba179887a75ccf37402e10ff795abe34e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 31 Aug 2004 13:21:07 +0000 Subject: [PATCH] Remove xreadlines reference --- Doc/lib/libbz2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libbz2.tex b/Doc/lib/libbz2.tex index 439f2ba337..f40b66f153 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.} -- 2.50.1