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 rhettinger
Recipients barry, rhettinger
Date 2008-01-13.22:27:13
SpamBayes Score 0.017955597
Marked as misclassified No
Message-id <1200263236.24.0.0303258184569.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a proof-of-concept patch.  If approved, will change from
generator form to match the other readers and will add a test suite.

The idea corresponds to what is currently done by the dict reader but
returns a space and time efficient named tuple instead of a dict.  Field
order is preserved and named attribute access is supported.

A writer is not needed because named tuples can be feed into the
existing writer just like regular tuples.
History
Date User Action Args
2008-01-13 22:27:16rhettingersetspambayes_score: 0.0179556 -> 0.017955597
recipients: + rhettinger, barry
2008-01-13 22:27:16rhettingersetspambayes_score: 0.0179556 -> 0.0179556
messageid: <1200263236.24.0.0303258184569.issue1818@psf.upfronthosting.co.za>
2008-01-13 22:27:14rhettingerlinkissue1818 messages
2008-01-13 22:27:13rhettingercreate