> >From that, you should be able to easliy produce a tab delimited file
> (or anything else you want).

There's even a 'csv' module in Python's Standard Library to handle some of
the awkward cases in generating tab-delimited data:

    http://www.python.org/doc/lib/module-csv.html

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to