Raymond Hettinger <rhettin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to