Antoine Pitrou added the comment:

Hmm, yeah, this is actually intended. The read() and write() methods on 
SSLSocket are not intended to be a public API: you should call send() or recv() 
instead.

Ideally we would deprecate the read() and write() methods and rename the 
internal helpers to _read() and _write(). Christian, what do you think?

----------
nosy: +christian.heimes, pitrou
versions: +Python 3.5 -Python 3.3

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

Reply via email to