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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24334>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to