[docs] [issue10344] codecs.StreamReader.readline doc needs fix
Terry J. Reedy
report at bugs.python.org
Fri Jan 13 10:16:55 CET 2012
Terry J. Reedy <tjreedy at udel.edu> added the comment:
What I described is the behavior of codecs.StreamReader. However, the streamreader associated with a particular encoding(codec) might do differently. My understanding is that StreamReader is an example that a particular codec can use, derive from, or merely mimic the interface of.
----------
title: codecs.readline doesn't care buffering=0 -> codecs.StreamReader.readline doc needs fix
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10344>
_______________________________________
More information about the docs
mailing list