On Fri, 14 May 2010 10:50:49 -0400, J wrote:

> someone smarter than me can correct me, but file.write() will write when
> it's buffer is filled, or close() or flush() are called.

And, in all probability, seek() will either flush it immediately or cause
the next write() to flush it before writing anything.


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

Reply via email to