On Mon, Dec 30, 2013 at 2:31 PM, Zachary Ware <[email protected]> wrote: > and we should just fix the tests that expect zlib unconditionally.
Both of which turned out to be trivial; the import of zlib was already guarded in both places, but one skip was checking the wrong name and the other just didn't try to skip, so I've fixed both. -- Zach _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
