| commit | e298c3018cf5613aa3d8af4a5cc5652f1659f12b | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon May 08 16:59:59 2000 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon May 08 16:59:59 2000 +0000 |
| tree | f0556d1430da984e3def128cb71f0a3435567db7 | |
| parent | c554505ca1318fd7aed32086ceb4b53ae767ffa3 [diff] |
if the GzipFile constructor fails, the __del__ method is still called. catch the resulting AttributeError and exit cleanly.