how to close a gzip.GzipFile?
tire file contents into memory, so I can't use "for line in oldfileobj.readlines()" Thanks for the pointers. Justin Guerin -- http://mail.python.org/mailman/listinfo/python-list
Re: how to close a gzip.GzipFile?
On Friday 01 April 2005 11:54, Justin Guerin wrote: > Hello list, > > gzip documentation states that calling the .close() method on a GzipFile > doesn't really close it. If I'm really through with it, what's the best > way to close it? I'm using Python2.2 (bu