Message111552
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. |
|
Date |
User |
Action |
Args |
2010-07-25 19:12:14 | rhettinger | set | recipients:
+ rhettinger, barry, pitrou, eric.araujo, jdwhitley, rrenaud, BreamoreBoy |
2010-07-25 19:12:14 | rhettinger | set | messageid: <1280085134.39.0.971017063221.issue1818@psf.upfronthosting.co.za> |
2010-07-25 19:12:12 | rhettinger | link | issue1818 messages |
2010-07-25 19:12:12 | rhettinger | create | |
|