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 dstufft
Recipients alex, benjamin.peterson, christian.heimes, dstufft, pitrou
Date 2014-11-23.22:48:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416782908.44.0.214983181363.issue22921@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded a third patch, this is the same technique as in the -2 patch, except it fixes a missed spot in Lib/ssl.py where I needed a better error message.

Additionally this goes through and unskips all of the tests that were marked as depending on HAS_SNI when what they really depended on was the ability to set SSLContext().check_hostname = True.

This also fixes a number of tests that are currently failing whenever HAS_SNI = False that started to fail as fallout of PEP 476.
History
Date User Action Args
2014-11-23 22:48:28dstufftsetrecipients: + dstufft, pitrou, christian.heimes, benjamin.peterson, alex
2014-11-23 22:48:28dstufftsetmessageid: <1416782908.44.0.214983181363.issue22921@psf.upfronthosting.co.za>
2014-11-23 22:48:28dstufftlinkissue22921 messages
2014-11-23 22:48:28dstufftcreate