[issue20435] Discrepancy between io.StringIO and _pyio.StringIO with univeral newlines

Antoine Pitrou report at bugs.python.org
Sun Feb 2 23:09:07 CET 2014


Antoine Pitrou added the comment:

In other words, the bug is that _pyio.StringIO.getvalue() doesn't do any newline conversion; the patch fixes that.

----------

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


More information about the Python-bugs-list mailing list