Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10344>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to