Antoine Pitrou added the comment:

Nice work, thank you! The new API looks mostly good to me. I am wondering about 
a couple of things:
- is it necessary to start exposing server_hostname, server_side and pending()?
- SSLObject is a bit vague, should we call it SSLMemoryObject? or do you expect 
we may want to support other kinds of BIOs some day?
- should the basic implementations in SSLObject be shared (using some kind of 
mixin) with SSLSocket, or is it unpractical to do so?

I'll take a look at the code later.

----------

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

Reply via email to