This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients docs@python, ebianchi, r.david.murray
Date 2014-02-24.17:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393262784.6.0.257746007076.issue20762@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-24 17:26:24r.david.murraysetrecipients: + r.david.murray, docs@python, ebianchi
2014-02-24 17:26:24r.david.murraysetmessageid: <1393262784.6.0.257746007076.issue20762@psf.upfronthosting.co.za>
2014-02-24 17:26:24r.david.murraylinkissue20762 messages
2014-02-24 17:26:24r.david.murraycreate