This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nessita
Recipients nessita
Date 2011-03-14.15:39:46
SpamBayes Score 0.0028090316
Marked as misclassified No
Message-id <1300117186.88.0.720141947876.issue11498@psf.upfronthosting.co.za>
In-reply-to
Content
When running the test suite, if zlib is not available, we get this failure:

[1/1] test_zipfile
test test_zipfile failed -- Traceback (most recent call last):
  File "/home/nessita/pycon/sprint/cpython/Lib/test/test_zipfile.py", line 498, in test_unicode_filenames
    zipfp.open(name).close()
  File "/home/nessita/pycon/sprint/cpython/Lib/zipfile.py", line 978, in open
    close_fileobj=not self._filePassed)
  File "/home/nessita/pycon/sprint/cpython/Lib/zipfile.py", line 487, in __init__
    self._decompressor = zlib.decompressobj(-15)
AttributeError: 'NoneType' object has no attribute 'decompressobj'
1 test failed:
    test_zipfile
History
Date User Action Args
2011-03-14 15:39:46nessitasetrecipients: + nessita
2011-03-14 15:39:46nessitasetmessageid: <1300117186.88.0.720141947876.issue11498@psf.upfronthosting.co.za>
2011-03-14 15:39:46nessitalinkissue11498 messages
2011-03-14 15:39:46nessitacreate