Donald Stufft added the comment:

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.

----------
Added file: 
http://bugs.python.org/file37260/check-hostname-no-sni-with-docs-3.patch

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

Reply via email to