Re: [Tutor] File IO flush

2008-12-08 Thread Kent Johnson
On Mon, Dec 8, 2008 at 12:15 PM, Sander Sweers <[EMAIL PROTECTED]> wrote: > Hello All, I was playing around with the zipfile module and wrote a > simple script to unzip a zip file. I then looked around on the > internet and found the recipe 252508 [1] on the active state cookbook > website. > > In

[Tutor] File IO flush

2008-12-08 Thread Sander Sweers
Hello All, I was playing around with the zipfile module and wrote a simple script to unzip a zip file. I then looked around on the internet and found the recipe 252508 [1] on the active state cookbook website. In this recipe the author calls flush() and then close() on a file object being written