[issue24334] SSLSocket extra level of indirection

Geert Jansen report at bugs.python.org
Fri Jul 3 13:57:19 CEST 2015


Geert Jansen added the comment:

Apologies for the late reply.

I made SSLSocket go through SSLObject so that the test suite that is primarily testing SSLSocket will test both.

Also, this layering allows us to define some non-networked operations (such as SSL certificate checking and channel binding types) in a single location rather than duplicating them between SSLSocket and SSLObject.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24334>
_______________________________________


More information about the Python-bugs-list mailing list