Richard Wesley wrote: > Anyone have a reasonable technique for splitting uploaded files on line > breaks? readlines will not work because the file might have a non-Unix > EOL convention (e.g. Macintosh or DOS). surely readlines *will* work because python is x-platform ?! seb