[issue1818] Add named tuple reader to CSV module

Jervis Whitley report at bugs.python.org
Tue Feb 10 12:08:11 CET 2009


Jervis Whitley <jervisau at gmail.com> added the comment:

Updated NamedTupleReader to give a rename=False keyword argument.
rename is passed directly to the namedtuple factory function to enable
automatic handling of invalid fieldnames.

Two new tests for the rename keyword.

Cheers,

Added file: http://bugs.python.org/file13009/ntreader4.diff

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


More information about the Python-bugs-list mailing list