[issue1818] Add named tuple reader to CSV module

Rob Renaud report at bugs.python.org
Thu Feb 26 08:59:17 CET 2009


Rob Renaud <rrenaud at google.com> added the comment:

My previous patch could write the header twice.  But I am not sure about
about how the writer should handle the fieldnames parameter on one hand,
and the namedtuple._fields on the other.

Added file: http://bugs.python.org/file13188/named_tuple_write_header2.patch

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


More information about the Python-bugs-list mailing list