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 nadeem.vawda
Recipients janssen, nadeem.vawda, pitrou, vstinner
Date 2011-10-19.14:08:10
SpamBayes Score 0.051713787
Marked as misclassified No
Message-id <1319033291.35.0.0968834273462.issue13218@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-19 14:08:11nadeem.vawdasetrecipients: + nadeem.vawda, janssen, pitrou, vstinner
2011-10-19 14:08:11nadeem.vawdasetmessageid: <1319033291.35.0.0968834273462.issue13218@psf.upfronthosting.co.za>
2011-10-19 14:08:10nadeem.vawdalinkissue13218 messages
2011-10-19 14:08:10nadeem.vawdacreate