[issue13942] ssl.wrap_socket does not work on socket.socketpair()'s

2013-07-08 Thread Christian Heimes
Christian Heimes added the comment: Agreed -- nosy: +christian.heimes status: pending -> closed ___ Python tracker ___ ___ Python-bugs

[issue13942] ssl.wrap_socket does not work on socket.socketpair()'s

2012-02-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: It's more of an enhancement than a bug (wrap_socket is not documented to work with all kinds of sockets), and 2.7 is in bugfix mode. I'd rather close this as won't fix. -- resolution: -> wont fix status: open -> pending _

[issue13942] ssl.wrap_socket does not work on socket.socketpair()'s

2012-02-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13942] ssl.wrap_socket does not work on socket.socketpair()'s

2012-02-04 Thread weary
New submission from weary : ssl.wrap_socket does not work on socket.socketpair()'s note, this is the same as issue 1552, but for python 2.7. Also, the supplied patch does not work (patch results in: TypeError: must be _socket.socket, not _socketobject) >>> import ssl >>> import socket >>> s1