Parse file into array

Leif K-Brooks eurleif at ecritters.biz
Mon Nov 14 17:32:18 EST 2005


Leif K-Brooks wrote:
>     line = line.rsplit('\r\n')
Er, that should be line.rstrip, not line.rsplit.



More information about the Python-list mailing list