[Csv] csv.QUOTE_NEVER?
Dave Cole
djc at object-craft.com.au
Sat Feb 1 06:20:23 CET 2003
>>>>> "Skip" == Skip Montanaro <skip at pobox.com> writes:
Skip> The three quoting constants are currently defined as
Skip> QUOTE_MINIMAL, QUOTE_ALL and QUOTE_NONNUMERIC. Didn't we decide
Skip> there would be a QUOTE_NEVER constant as well?
I was going to define QUOTE_NEVER then realised that all you have to
do is set quotechar to None. Why add the effort of implementing two
ways to achieve the same thing.
- Dave
--
http://www.object-craft.com.au
More information about the Csv
mailing list