Serhiy Storchaka added the comment: I think this is redundant because codecs.StreamReader and codecs.StreamWriter already exist. They are buggy, but now they are less buggy then at the time when Victor wrote PEP 400 and can be improved more. TextIOWrapper serves important special case, but for binary->binary and text->text transformations codecs.Stream* should be enough (after fixing some misbehaving codecs of course).
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20405> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com