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 georg.brandl
Recipients
Date 2006-11-19.17:23:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The core of the csv module is coded in C, so null bytes are as always notoriously problematic when handling strings.
(This is why there's a specific error message only for null bytes.)

I think that the try-except is the sanest solution to this.
History
Date User Action Args
2007-08-23 14:49:59adminlinkissue1599055 messages
2007-08-23 14:49:59admincreate