R. David Murray added the comment:

That's because SSLSocket is a wrapper around a regular socket, and the read 
method is documented in the Socket documentation.  You will notice that *only* 
SSL specific methods are documented in the SSLSocket documentation.

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type:  -> behavior

_______________________________________
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