[issue20420] BufferedIncrementalEncoder violates IncrementalEncoder interface

Martin Panter report at bugs.python.org
Sat Jan 17 12:12:55 CET 2015


Martin Panter added the comment:

For what it’s worth, both io.TextIOWrapper and _pyio.TextIOWrapper appear to only ever call IncrementalEncoder.setstate(0). And the newline _decoder_ is not relevant because it doesn’t use any _encoder_.

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20420>
_______________________________________


More information about the Python-bugs-list mailing list