• Jeremy Hylton's avatar
    Cleanup __del__. · 80c20f77
    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.
    80c20f77
ZApplication.py 2.7 KB