Antoine Pitrou <[email protected]> added the comment:
Ok, I now have a working patch. The main fix was to change
SSLConnection.secure_connection() to:
def secure_connection(self):
socket = ssl.wrap_socket([ ##etc. ])
self.del_channel()
self.set_socket(socket)
self._ssl_accepting = True
Can you take a look?
----------
Added file: http://bugs.python.org/file15350/ftptls-py3k-2.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue2054>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com