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 tim.golden
Recipients sleepycal, tim.golden
Date 2012-07-20.16:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5009821F.70505@timgolden.me.uk>
In-reply-to <1342799624.07.0.446147247675.issue15407@psf.upfronthosting.co.za>
Content
It already produces a TypeError with a specific message if the input is
not iterable. You seem to be using a homegrown dialect; with the
conventional list (csv.reader("the quick brown fox")) you very quickly
see that you're iterating over a string.
History
Date User Action Args
2012-07-20 16:07:01tim.goldensetrecipients: + tim.golden, sleepycal
2012-07-20 16:07:00tim.goldenlinkissue15407 messages
2012-07-20 16:06:59tim.goldencreate