Santiago Piccinini added the comment:
Marc-Andre Lemburg wrote:
>Regarding the issue itself: I think this is a wrong interpretation of
>what the buffering parameter does. File buffering is different
>from .readline() buffering (which can be customized on a per-call
>basis by speci
New submission from Santiago Piccinini :
codecs.readline has an internal buffer of 72 chars so calling codecs.open with
buffering=0 doesn't work as expected although buffering is passed to the
underlying __builtin__.open call.
Example session:
Python 3.2a3+ (py3k, Nov 6 2010, 16: