reading in lines from a file -FAST!

sreekant skodela at lithium.com
Wed Jul 30 18:28:02 EDT 2003


Why not use

s=openfile.read()
s=string.split(s,'\n')

just a thought
sree





More information about the Python-list mailing list