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 lemburg
Recipients
Date 2006-12-03.12:54:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It should be easy to provide a wrapper class which implements the above in plain Python.

However, if noone volunteers to write such code, it's not going to happen. 

I've found that the builtin csv module is not flexible enough to deal with the often broken CSV data you typically find in practice, so perhaps adding a pure Python implementation which works with Unicode might prove to be a better approach.

Unassigning the report, since I don't have time for this.
History
Date User Action Args
2007-08-23 14:50:24adminlinkissue1606092 messages
2007-08-23 14:50:24admincreate