rcmn> So I have to parse/slice the file by chunk of 500 and loop until
rcmn> the list is done. I though i would of done it in no time but i
rcmn> can't get started for some reason.Check the itertools module. Probably itertools.islice. -- Skip Montanaro - [email protected] - http://smontanaro.dyndns.org/ -- http://mail.python.org/mailman/listinfo/python-list
