Message 72611 - Python tracker (original) (raw)
Re: nomenclature
I think this is partly a design bug on my part, supporting the old pre-2.6 "read" and "write" methods on the SSL context. Users should really call "makefile" to get something they can "read" and "write"; those methods should, in 2.6, only be internal, and not exposed outside the class. Of course, that would complicate the socket.ssl compatibility code.