[issue20351] Add doc examples for DictReader and DictWriter

Charles-Axel Dein report at bugs.python.org
Wed Jan 22 19:07:57 CET 2014


New submission from Charles-Axel Dein:

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.

----------
assignee: docs at python
components: Documentation
files: add_csvdict_examples.patch
keywords: patch
messages: 208835
nosy: charlax, docs at python
priority: normal
severity: normal
status: open
title: Add doc examples for DictReader and DictWriter
Added file: http://bugs.python.org/file33629/add_csvdict_examples.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20351>
_______________________________________


More information about the Python-bugs-list mailing list