[issue1818] Add named tuple reader to CSV module

Raymond Hettinger report at bugs.python.org
Sun Jul 25 21:12:14 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Re-opening because we ought to do something along these lines at some point.  The DictReader and DictWriter are inadequate for preserving order and they are unnecessarily memory intensive (one dict per record).  

FWIW, the non-conforming field name problem has already been solved by recent improvements to collections.namedtuple using rename=True.

----------
assignee: barry -> rhettinger
status: closed -> open

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


More information about the Python-bugs-list mailing list