Christian Heimes added the comment:

ssl.wrap_socket() will be deprecated in 3.6. Please use a context. You can 
still inspect the server cert with a context. In fact ssl.wrap_socket() uses a 
context internally.

----------
resolution:  -> wont fix
status: open -> closed
versions: +Python 3.6 -Python 3.4

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

Reply via email to