reading files

bonono at gmail.com bonono at gmail.com
Mon Dec 19 05:53:40 EST 2005


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.




More information about the Python-list mailing list