[issue8796] Deprecate codecs.open(), codecs.StreamReader and codecs.StreamWriter

Antoine Pitrou report at bugs.python.org
Mon May 23 23:23:31 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> TextIOWrapper() is conceptually something completely different. It's
> more something like StreamReaderWriter().

That's a rather strange assertion. Can you expand?
TextIOWrapper supports read-only, write-only, read-write, unseekable and
seekable streams.

----------

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


More information about the Python-bugs-list mailing list