[issue32255] csv.writer converts None to '""\n' when it is first line, otherwise '\n'

Nitish report at bugs.python.org
Sat Dec 9 22:18:20 EST 2017


Nitish <nitishch at protonmail.com> added the comment:

Which scenario you think is the wrong behaviour in this case? First one or second one?

I don't know much about csv module, but I thought it was a deliberate choice made to quote all empty lines and hence considered the second scenario as buggy. But your pull requests seems to fix the first case. Am I missing something here?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32255>
_______________________________________


More information about the Python-bugs-list mailing list