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 r.david.murray
Recipients W00D00, doerwalter, georg.brandl, r.david.murray, serhiy.storchaka
Date 2012-04-28.00:04:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335571448.87.0.788313303212.issue7185@psf.upfronthosting.co.za>
In-reply-to
Content
I wasn't sure which script you were referring to, so I checked it myself and got the same results as you: after the seek(0) on the file object opened with utf-8-sig, csv read all the lines in the file, including reading the header line correctly.

So, let's close this.
History
Date User Action Args
2012-04-28 00:04:08r.david.murraysetrecipients: + r.david.murray, doerwalter, georg.brandl, W00D00, serhiy.storchaka
2012-04-28 00:04:08r.david.murraysetmessageid: <1335571448.87.0.788313303212.issue7185@psf.upfronthosting.co.za>
2012-04-28 00:04:08r.david.murraylinkissue7185 messages
2012-04-28 00:04:08r.david.murraycreate