| commit | bfce016a30da85c4a637ab4825e429da482a80c0 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Apr 10 14:46:39 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Apr 10 14:46:39 2001 +0000 |
| tree | 9f7c4a1f2d1b41ac4a3659039948e2de6f59c9fb | |
| parent | 41763b96039e2270a9b9d01702215e4642343134 [diff] |
When zlib can't be imported, zipfile raises RuntimeError, which causes the test to be marked as failing rather than skipped. Add an explicit "import zlib" to prevent this.