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 SilentGhost, Vasyl Kolomiets, docs@python, georg.brandl
Date 2016-01-15.07:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452842715.96.0.620611150743.issue26116@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!  Now the reason is clear: You use csv.DictReader instead of csv.reader. csv.DictReader has a different argument list - for DictReader the second argument is `fieldnames`.
History
Date User Action Args
2016-01-15 07:25:16georg.brandlsetrecipients: + georg.brandl, SilentGhost, docs@python, Vasyl Kolomiets
2016-01-15 07:25:15georg.brandlsetmessageid: <1452842715.96.0.620611150743.issue26116@psf.upfronthosting.co.za>
2016-01-15 07:25:15georg.brandllinkissue26116 messages
2016-01-15 07:25:15georg.brandlcreate