Reading long lines doesn't work in Python

Scott Simpson ssimpson at interchangeusa.com
Wed Jul 19 12:25:36 EDT 2006


I have a loop

for line in f:
     ...

and if the line is over about 10,000 characters it lops it off. How do I 
get around this?



More information about the Python-list mailing list