• Tim Peters's avatar
    SF bug 486480: zipfile __del__ is broken · d15f8bbe
    Tim Peters yazdı
    ZipFile.__del__():  call ZipFile.close(), like its docstring says it does.
    ZipFile.close():  allow calling more than once (as all file-like objects
    in Python should support).
    d15f8bbe
zipfile.py 24 KB