Erik Max Francis wrote:
> ... modern versions of 
> Python allow iteration over a file, which will read it line by line:
> 
>     for line in aFile:
>         ...
> 

Thanks! Just what I need.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to