Message231581
| 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. |
|