[docs] [issue22855] csv writer with blank lineterminator breaks quoting

R. David Murray report at bugs.python.org
Wed Nov 12 18:37:39 CET 2014


R. David Murray added the comment:

Also, it is hard to see how to make this clearer:

csv.QUOTE_MINIMAL
Instructs writer objects to only quote those fields which contain special characters such as delimiter, quotechar or any of the characters in lineterminator.

Hmm.  Perhaps it would be a bit clearer if it said "... which contain the special characters delimiter, quotechar, ..."

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
nosy: +docs at python
resolution: not a bug -> 
stage: resolved -> 
status: closed -> open

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


More information about the docs mailing list