> 
> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to