The point of DictReader is that it produces dicts. If you actually want a sequence, then use an ordinary csv.reader instead.
-- http://mail.python.org/mailman/listinfo/python-list
The point of DictReader is that it produces dicts. If you actually want a sequence, then use an ordinary csv.reader instead.
-- http://mail.python.org/mailman/listinfo/python-list