walterbyrd wrote:
> Python's lack of an EOF character is giving me a hard time.
> 
> I've tried:
> 
[ stuff ]

for s in f:
   do_whatever_with_s(s)


James
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to