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 sleepycal
Recipients sleepycal
Date 2012-07-20.15:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342799624.07.0.446147247675.issue15407@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, just found the reason for this.. It's because I was putting a .read() on the file descriptor..

I really think that the CSVReader should raise an assertion in the event that it is passed an object which has no iterator, or if it is given a string, as this is a fairly easy mistake to make.
History
Date User Action Args
2012-07-20 15:53:44sleepycalsetrecipients: + sleepycal
2012-07-20 15:53:44sleepycalsetmessageid: <1342799624.07.0.446147247675.issue15407@psf.upfronthosting.co.za>
2012-07-20 15:53:40sleepycallinkissue15407 messages
2012-07-20 15:53:40sleepycalcreate