Leif K-Brooks wrote: > line = line.rsplit('\r\n') Er, that should be line.rstrip, not line.rsplit. -- http://mail.python.org/mailman/listinfo/python-list
- Re: Parse file into array Leif K-Brooks
- Re: Parse file into array Andrew Nelis
- Re: Parse file into array Bengt Richter