> Whereas what I'd like to get is: > 1, 2, 3, > 10, 20, 30
(without trying this myself first...) You might try setting up a csv dialect with a delimiter of ',\t' then using a reader that can set tab stops for display. -Dave -- http://mail.python.org/mailman/listinfo/python-list