[issue32919] csv.reader() to support QUOTE_ALL

R. David Murray report at bugs.python.org
Sat Mar 3 15:51:59 EST 2018


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

QUOTE_ALL only makes sense as an output control parameter, IMO.  It is an output discipline but doesn't say anything about semantics.  In csv format, an empty field and a field containing the empty quoted string are completely equivalent.  I would be -1 on adding an option that differentiated them.

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

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


More information about the Python-bugs-list mailing list