Nadeem Vawda <nadeem.va...@gmail.com> added the comment:

Sorry, that wasn't very coherent. What I meant to say is that I tried this:

    if ((ssl.OPENSSL_VERSION_INFO, platform.linux_distribution()) in
        [((0, 9, 8, 15, 15), ('debian', 'squeeze/sid', '')),
         ((1, 0, 0,  5, 15), ('debian',  'wheezy/sid', ''))]):
        raise unittest.SkipTest("Patched Ubuntu OpenSSL breaks behaviour")

on the default branch, and I'm still getting the same failures.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to