"Robb Lane (SL name)" <[EMAIL PROTECTED]> writes:

> ... or just leave it till it's done?
> I don't need to use the file contents until the script is done
> (although it would be nice... just to check it while it's working),

Use flush() to force the contents out at opportune times without
closing and reopening the file object.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to