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 serhiy.storchaka
Recipients akuchling, docs@python, martin.panter, nadeem.vawda, phr, python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2016-05-27.18:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464373006.74.0.337536596891.issue5784@psf.upfronthosting.co.za>
In-reply-to
Content
I would write the test as:

    v = tuple(map(int, zlib.ZLIB_RUNTIME_VERSION.split(".")))
    supports_wbits_0 = v >= (1, 2, 3, 5)
History
Date User Action Args
2016-05-27 18:16:46serhiy.storchakasetrecipients: + serhiy.storchaka, akuchling, terry.reedy, phr, vstinner, nadeem.vawda, docs@python, python-dev, martin.panter
2016-05-27 18:16:46serhiy.storchakasetmessageid: <1464373006.74.0.337536596891.issue5784@psf.upfronthosting.co.za>
2016-05-27 18:16:46serhiy.storchakalinkissue5784 messages
2016-05-27 18:16:46serhiy.storchakacreate