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? -- http://mail.python.org/mailman/listinfo/python-list
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? -- http://mail.python.org/mailman/listinfo/python-list