[issue1072404] Bugs in _csv module - lineterminator

R. David Murray report at bugs.python.org
Fri May 21 03:33:25 CEST 2010


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

The doc has been fixed; using lineterminator in reader has not been and is not likely to be implemented (unless someone wants to come forward with a patch). Processing files that use \r line endings does work; as indicated you use universal newline mode for the input file.  In Py3k you can wrap a BytesIO object in a TextIOWrapper to get universal newline parsing.

So, I'm closing this as wont fix, as suggested.  If someone does want to implement lineterminator for reader, they can open a new feature request issue.

----------
nosy: +r.david.murray
resolution:  -> wont fix
stage: unit test needed -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list