[Python-Dev] Re: csv module TODO list (original) (raw)

Martin Bless m.bless at gmx.de
Sat Jan 8 18:40:33 CET 2005


I'd love to see a 'split' and a 'join' function in the csv module to just convert between string and list without having to bother about files.

Something like

csv.split(aStr [, dialect='excel'[, fmtparam]]) -> list object

and

csv.join(aList, e[, dialect='excel'[, fmtparam]]) -> str object

Feasible?

mb - Martin



More information about the Python-Dev mailing list