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 pitrou
Recipients Arfrever, amaury.forgeotdarc, arekm, michael.foord, ncoghlan, pitrou, r.david.murray, valerio.turturici
Date 2010-03-31.14:38:24
SpamBayes Score 0.07404341
Marked as misclassified No
Message-id <1270046306.46.0.412586587996.issue8193@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't it be
  zlib.ZLIB_VERSION < '1.2.4'
rather than
  zlib.ZLIB_VERSION <= '1.2.4'
?
History
Date User Action Args
2010-03-31 14:38:26pitrousetrecipients: + pitrou, amaury.forgeotdarc, ncoghlan, arekm, Arfrever, r.david.murray, michael.foord, valerio.turturici
2010-03-31 14:38:26pitrousetmessageid: <1270046306.46.0.412586587996.issue8193@psf.upfronthosting.co.za>
2010-03-31 14:38:24pitroulinkissue8193 messages
2010-03-31 14:38:24pitroucreate