Sorry, found the bug somewhere else. You're right. Python is working OK.
--
http://mail.python.org/mailman/listinfo/python-list
Scott Simpson wrote:
> 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?
Hmmm. Works for me on Windows.
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright
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