Message7657

Author amak
Recipients amak, fwierzbicki
Date 2013-02-10.14:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360507320.72.0.748480669032.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
Other failures in this test are because they test an inconsistency in cpython, between the zlib.decompress function (which does not accept incomplete streams) and the zlib.decompressobj().decompress method (which does accept incomplete streams).

I have re-enabled the test for jython, but placed an if clause within it to prevent testing for cpython's inconsistent behaviour.

http://hg.python.org/jython/rev/733074a31d77

(There is a detailed comment in the code to this effect)
History
Date User Action Args
2013-02-10 14:42:00amaksetmessageid: <1360507320.72.0.748480669032.issue1859@psf.upfronthosting.co.za>
2013-02-10 14:42:00amaksetrecipients: + amak, fwierzbicki
2013-02-10 14:42:00amaklinkissue1859 messages
2013-02-10 14:42:00amakcreate