This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrewmcnamara
Recipients
Date 2007-06-28.11:41:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I should also mention that if you simply wanted a reader of a variant of the "excel" dialect, the simplest way to achieve that is:

   r=csv.reader(f, dialect='excel', delimiter='\t')
History
Date User Action Args
2007-08-23 14:58:04adminlinkissue1744580 messages
2007-08-23 14:58:04admincreate