[issue8895] newline vs. newlines in io module

R. David Murray report at bugs.python.org
Fri Jun 4 20:33:37 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

This is off topic for this issue, but what you just reported makes no sense to me.  TextIOWrapper calls the encoder corresponding to the specified encoding in its write method.

That said, it is true that the IO docs are currently a class reference and not a user reference, and this should be fixed.  There may even already be an open issue for this.

----------

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


More information about the Python-bugs-list mailing list