[issue4847] csv fails when file is opened in binary mode

R. David Murray report at bugs.python.org
Thu Apr 2 01:02:10 CEST 2009


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

I've added some unit tests for embedded newlines, and py3k csv passes
(on linux at least) when newline='' is used.  Unless someone can provide
a test case that fails when newline='' is used, I propose we fix the
documentation and leave the code alone.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list