[Csv] Re: First Cut at CSV PEP

Skip Montanaro skip at pobox.com
Wed Jan 29 17:21:42 CET 2003


    Skip> Any of:

    Skip> reader = csv.reader(file("some.csv"),
    Skip>                     variant="excel2000-tsv")

    Dave> Are you suggesting that each dialect have a collection of
    Dave> variants?

Nope.  "variant" was a mistake there.  Should have been "dialect".  Dialect
names are just strings which map to either classes or dicts.

Skip
_______________________________________________
Csv mailing list
Csv at mail.mojam.com
http://manatee.mojam.com/mailman/listinfo/csv



More information about the Csv mailing list