Given a csv.DictWriter instance `dw` I think it would be nice to be able to say dw.write_header() instead of dw.writer.writerow(dw.fieldnames)
Good idea? Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list
Given a csv.DictWriter instance `dw` I think it would be nice to be able to say dw.write_header() instead of dw.writer.writerow(dw.fieldnames)
Good idea? Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list