Johhny wrote: > Thanks for your assistance, Is it proper practice in python to flush > any memory when you exit? for example Ive read the file into memory, > when I close the file do I also have to flush any memory allocations ? No. you don't need to and shouldn't unless you have very very specific need to "del" things and even that is not flush memory.
-- http://mail.python.org/mailman/listinfo/python-list