[Csv] CSV interface question
Skip Montanaro
skip at pobox.com
Wed Jan 29 18:17:53 CET 2003
Andrew> csv.reader(fileobj, csv.dialect.excel)
Andrew> Thoughts?
Dave> Is there a downside to this? I can't see one immediately.
With the dialect concept all we are talking about is a collection of
parameter settings. Encapsulating that as subclasses seems like it hides
the data-oriented nature behind the facade of source code.
Skip
_______________________________________________
Csv mailing list
Csv at mail.mojam.com
http://manatee.mojam.com/mailman/listinfo/csv
More information about the Csv
mailing list