• Jeremy Hylton's avatar
    Cleanup __del__. · 6fcc4daa
    Jeremy Hylton authored
    You never need an __del__ to close a file.  A file closes itself when
    it is deallocated.
    
    Don't give an object a magic __del__ attribute.  It won't work with
    new-style classes, and it's obscure anyway.
    6fcc4daa
TmpStore.py 3.76 KB