10 Apr
2002
10 Apr
'02
7:50 p.m.
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