File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1192,7 +1192,10 @@ \subsubsection{File Objects\obindex{file}
11921192\end {methoddesc }
11931193
11941194\begin {methoddesc }[file]{xreadlines}{}
1195- Equivalent to \function {xreadlines.xreadlines(file)}.\refstmodindex {xreadlines}
1195+ Equivalent to
1196+ \function {xreadlines.xreadlines(\var {file})}.\refstmodindex {xreadlines}
1197+ (See the \refmodule {xreadlines} module for more information.)
1198+ \versionadded {2.1}
11961199\end {methoddesc }
11971200
11981201\begin {methoddesc }[file]{seek}{offset\optional {, whence}}
@@ -1233,12 +1236,6 @@ \subsubsection{File Objects\obindex{file}
12331236 \method {writelines()} does not add line separators.)
12341237\end {methoddesc }
12351238
1236- \begin {methoddesc }[file]{xreadlines}{}
1237- Equivalent to
1238- \function {xreadlines.xreadlines(\var {file})}.\refstmodindex {xreadlines}
1239- (See the \refmodule {xreadlines} module for more information.)
1240- \end {methoddesc }
1241-
12421239
12431240File objects also offer a number of other interesting attributes.
12441241These are not required for file-like objects, but should be
You can’t perform that action at this time.
0 commit comments