PEP305 csv package: from csv import csv?
Skip Montanaro
skip at pobox.com
Thu Apr 10 17:35:32 EDT 2003
More information about the Python-list mailing list
Thu Apr 10 17:35:32 EDT 2003
- Previous message (by thread): PEP305 csv package: from csv import csv?
- Next message (by thread): Got a kick out of this
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Magnus> As far as I can see, csv.csv.__all__ contains the relevant
Magnus> names, so simply adding
Magnus> from csv import *
Magnus> to csv.__init__.py should do the trick nicely.
Done. Thanks.
BTW, I also make the csv/cvs typo periodically. I think we'll all just have
to grin and bear it...
Skip
- Previous message (by thread): PEP305 csv package: from csv import csv?
- Next message (by thread): Got a kick out of this
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list