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 martin.panter
Recipients akuchling, docs@python, martin.panter, nadeem.vawda, phr, python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2016-05-27.23:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464390055.05.0.219285839553.issue5784@psf.upfronthosting.co.za>
In-reply-to
Content
> v = tuple(map(int, zlib.ZLIB_RUNTIME_VERSION.split(".")))
> supports_wbits_0 = v >= (1, 2, 3, 5)

That was basically my first thought. But I didn’t want to presume that every element of the version is an integer. For instance, the current string in the “develop” branch of zlib has "1.2.8.1-motley".
History
Date User Action Args
2016-05-27 23:00:55martin.pantersetrecipients: + martin.panter, akuchling, terry.reedy, phr, vstinner, nadeem.vawda, docs@python, python-dev, serhiy.storchaka
2016-05-27 23:00:55martin.pantersetmessageid: <1464390055.05.0.219285839553.issue5784@psf.upfronthosting.co.za>
2016-05-27 23:00:55martin.panterlinkissue5784 messages
2016-05-27 23:00:54martin.pantercreate