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 amaury.forgeotdarc
Recipients Arfrever, amaury.forgeotdarc, arekm
Date 2010-03-26.14:54:27
SpamBayes Score 0.010736411
Marked as misclassified No
Message-id <1269615269.11.0.41344882834.issue8193@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://www.zlib.net/ChangeLog.txt, since zlib 1.2.3.5::
    - Use zlib header window size if windowBits is 0 in inflateInit2()

The failing test should be changed, for example::
    self.assertRaises(ValueError, zlib.decompressobj, -1)
History
Date User Action Args
2010-03-26 14:54:29amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, arekm, Arfrever
2010-03-26 14:54:29amaury.forgeotdarcsetmessageid: <1269615269.11.0.41344882834.issue8193@psf.upfronthosting.co.za>
2010-03-26 14:54:28amaury.forgeotdarclinkissue8193 messages
2010-03-26 14:54:27amaury.forgeotdarccreate