◐ Shell
clean mode source ↗

Message 226131 - Python tracker

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.