Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5c112 commit d05c74fCopy full SHA for d05c74f
1 file changed
Doc/lib/libxreadlines.tex
@@ -38,7 +38,9 @@ \section{\module{xreadlines} ---
38
\begin{funcdesc}{xreadlines}{fileobj}
39
Return a new xreadlines object which will iterate over the contents
40
of \var{fileobj}. \var{fileobj} must have a \method{readlines()}
41
- method that supports the \var{sizehint} parameter.
+ method that supports the \var{sizehint} parameter. \note{Because
42
+ the \method{readlines()} method buffers data, this effectively
43
+ ignores the effects of setting the file object as unbuffered.}
44
\end{funcdesc}
45
46
An xreadlines object \var{s} supports the following sequence
0 commit comments