STINNER Victor added the comment:

> This issue may be related or a duplicate of #11461.

Hum no. The bug is an issue in the design of codecs.Stream* classes: 
incremental decoders and encoders should be used instead of classic 
decoders/encoders.

I don't want to fix this issue: it's better to move to the io library for the 
reasons listed in the PEP 400.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to