csv module strangeness.

tobiah st at tobiah.org
Wed Aug 30 16:55:18 EDT 2006


> 
> That's possible but why didn't you follow the way `csv.Dialect` set the
> class attributes?
> 
> class MyDialect(csv.Dialect):
>     delimiter = '\t'
>     lineterminator = '\n'
>     # and so on…

Because I'm hung over.

-- 
Posted via a free Usenet account from http://www.teranews.com




More information about the Python-list mailing list