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 r.david.murray
Recipients Arfrever, amaury.forgeotdarc, arekm, ncoghlan, r.david.murray, valerio.turturici
Date 2010-03-31.12:09:33
SpamBayes Score 2.5034808e-05
Marked as misclassified No
Message-id <1270037375.12.0.594288423763.issue8193@psf.upfronthosting.co.za>
In-reply-to
Content
Nick's point is that we should be testing both the value 0 and the value -1, but that we should expect 0 to fail only if zlib.ZLIB_VERSION is less than 1.2.4.  So you'll need to update your patch to keep the 0 test but put it inside an appropriate conditional.

The original problem may be in 2.5, but we are doing security updates only for 2.5, so the fix won't backported to 2.5.  (At least not by us, distributors are of course free to patch their own distributions of earlier python versions.)

I'm not sure what your last comment about the default means.
History
Date User Action Args
2010-03-31 12:09:35r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, ncoghlan, arekm, Arfrever, valerio.turturici
2010-03-31 12:09:35r.david.murraysetmessageid: <1270037375.12.0.594288423763.issue8193@psf.upfronthosting.co.za>
2010-03-31 12:09:34r.david.murraylinkissue8193 messages
2010-03-31 12:09:33r.david.murraycreate