[issue20351] Add doc examples for DictReader and DictWriter

2014-11-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Charles-Axel. -- assignee: rhettinger -> berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue20351] Add doc examples for DictReader and DictWriter

2014-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e504c3bc6897 by Berker Peksag in branch '2.7': Issue #20351: Add examples for csv.DictReader and csv.DictWriter. https://hg.python.org/cpython/rev/e504c3bc6897 -- ___ Python tracker

[issue20351] Add doc examples for DictReader and DictWriter

2014-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 268ceaa78cf9 by Berker Peksag in branch '3.4': Issue #20351: Add examples for csv.DictReader and csv.DictWriter. https://hg.python.org/cpython/rev/268ceaa78cf9 New changeset c2b36196b7f5 by Berker Peksag in branch 'default': Issue #20351: Add exampl

[issue20351] Add doc examples for DictReader and DictWriter

2014-11-02 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Sounds good. Do you know when this will get merged? -- ___ Python tracker ___ ___ Python-bugs-lis

[issue20351] Add doc examples for DictReader and DictWriter

2014-07-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Anything else I need to do? Nothing else. I've got it from here :-) -- ___ Python tracker ___ ___

[issue20351] Add doc examples for DictReader and DictWriter

2014-07-28 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Anything else I need to do? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20351] Add doc examples for DictReader and DictWriter

2014-06-26 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue20351] Add doc examples for DictReader and DictWriter

2014-06-26 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Updated patch following review. -- Added file: http://bugs.python.org/file35790/add_csvdict_examples.patch ___ Python tracker ___ ___

[issue20351] Add doc examples for DictReader and DictWriter

2014-06-26 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue20351] Add doc examples for DictReader and DictWriter

2014-04-18 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: New version of the patch. -- Added file: http://bugs.python.org/file34969/add_csvdict_examples.patch ___ Python tracker ___ _

[issue20351] Add doc examples for DictReader and DictWriter

2014-04-10 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Hey - is there anything else I need to do here? -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue20351] Add doc examples for DictReader and DictWriter

2014-03-04 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Any update? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue20351] Add doc examples for DictReader and DictWriter

2014-02-16 Thread Charles-Axel Dein
Charles-Axel Dein added the comment: Updated patch following review. -- Added file: http://bugs.python.org/file34110/add_csvdict_examples.patch ___ Python tracker ___ ___

[issue20351] Add doc examples for DictReader and DictWriter

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review type: -> enhancement versions: +Python 2.7, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker ___ __

[issue20351] Add doc examples for DictReader and DictWriter

2014-02-10 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue20351] Add doc examples for DictReader and DictWriter

2014-01-22 Thread Moritz Neeb
Changes by Moritz Neeb : -- nosy: +zormit ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue20351] Add doc examples for DictReader and DictWriter

2014-01-22 Thread Charles-Axel Dein
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 cs