This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdwhitley
Recipients barry, jdwhitley, rhettinger, skip.montanaro
Date 2009-02-10.11:08:04
SpamBayes Score 0.00018153974
Marked as misclassified No
Message-id <1234264091.22.0.289226851348.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
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,
History
Date User Action Args
2009-02-10 11:08:11jdwhitleysetrecipients: + jdwhitley, skip.montanaro, barry, rhettinger
2009-02-10 11:08:11jdwhitleysetmessageid: <1234264091.22.0.289226851348.issue1818@psf.upfronthosting.co.za>
2009-02-10 11:08:09jdwhitleylinkissue1818 messages
2009-02-10 11:08:09jdwhitleycreate