This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients MiK, skip.montanaro
Date 2015-05-17.12:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431867257.63.0.0128209589762.issue24147@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-17 12:54:17skip.montanarosetrecipients: + skip.montanaro, MiK
2015-05-17 12:54:17skip.montanarosetmessageid: <1431867257.63.0.0128209589762.issue24147@psf.upfronthosting.co.za>
2015-05-17 12:54:17skip.montanarolinkissue24147 messages
2015-05-17 12:54:17skip.montanarocreate