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 charlax
Recipients charlax, docs@python
Date 2014-01-22.18:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390414077.91.0.281809568509.issue20351@psf.upfronthosting.co.za>
In-reply-to
Content
IMO csv.DictWriter and csv.DictReader provides a nicer interface for complex CSV file. I see some people reinventing the DictReader and DictWriter pretty frequently, because when they rapidly scan the documentation all examples are about csv.reader and csv.writer.

This patch adds examples.
History
Date User Action Args
2014-01-22 18:07:57charlaxsetrecipients: + charlax, docs@python
2014-01-22 18:07:57charlaxsetmessageid: <1390414077.91.0.281809568509.issue20351@psf.upfronthosting.co.za>
2014-01-22 18:07:57charlaxlinkissue20351 messages
2014-01-22 18:07:57charlaxcreate