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

Licht Takeuchi report at bugs.python.org
Sun Dec 10 00:15:33 EST 2017


Licht Takeuchi <licht-t at outlook.jp> added the comment:

The current implementation does not quote in most case. IOW, the patch which makes all '' is quoted is the breaking change (Note that there are some applications does not use quoting).

----------

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


More information about the Python-bugs-list mailing list