Carsten Haese wrote: > You mean something like the csv module that is part of Python's standard > library? > >>>> import csv >>>> help(csv) You have to admit, the module name is not really intuitive... :)