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 arekm
Recipients arekm
Date 2010-03-21.19:12:48
SpamBayes Score 0.042941425
Marked as misclassified No
Message-id <1269198769.55.0.843831175079.issue8193@psf.upfronthosting.co.za>
In-reply-to
Content
Starting with zlib 1.2.4 zlib test suite fails with:

test test_zlib failed -- Traceback (most recent call last):
  File "/home/users/arekm/rpm/BUILD/Python-2.6.5/Lib/test/test_zlib.py", line 84, in test_baddecompressobj
    self.assertRaises(ValueError, zlib.decompressobj, 0)
AssertionError: ValueError not raised
History
Date User Action Args
2010-03-21 19:12:49arekmsetrecipients: + arekm
2010-03-21 19:12:49arekmsetmessageid: <1269198769.55.0.843831175079.issue8193@psf.upfronthosting.co.za>
2010-03-21 19:12:48arekmlinkissue8193 messages
2010-03-21 19:12:48arekmcreate