[issue24147] doublequote are not well recognized with Dialect class

Skip Montanaro report at bugs.python.org
Sun May 17 14:54:17 CEST 2015


Skip Montanaro added the comment:

In your Mon class, you've left the doublequote parameter unset (it defaults to None). It completely overrides the default dialect. When no Dialect class is given, the default is csv.excel. Note that doublequote is set to True in csv.excel. In your second example, the reader starts with csv.excel, then selectively overrides the named attributes.

----------
resolution:  -> not a bug
status: open -> closed
Added file: http://bugs.python.org/file39406/quotebug.py

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


More information about the Python-bugs-list mailing list