Christian Heimes added the comment:

I'm considering to not fix this bug and rather remove the dead code. This 
feature was never documented and has been broken since 3.3, maybe earlier. It's 
also hard to use it correctly because you need to pass the correct socket 
family and type.

For 3.6 I'm planning to deprecate SSLSocket.__init__() in favor of 
SSLContext.wrap_socket() anyway. Please use 
https://docs.python.org/3/library/socket.html#socket.socket with fileno 
argument. It auto-detects the correct socket type and family.

----------

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

Reply via email to