On Apr 17, 11:05 am, Peter Otten <__pete...@web.de> wrote: > > Just in case you didn't know: > > for line in instream: > ... > > looks better, uses less memory, and may be a tad faster than > > for line in instream.readlines(): > ... > > Peter
Thanks for your suggestions, they are welcome... I'm at the beginning with python. I just changed my script to parse the file without readlines() -- http://mail.python.org/mailman/listinfo/python-list