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 pitrou
Recipients christian.heimes, docs@python, ebianchi, pitrou, r.david.murray
Date 2014-02-24.17:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393263325.4.0.0685938236374.issue20762@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-02-24 17:35:25pitrousetrecipients: + pitrou, christian.heimes, r.david.murray, docs@python, ebianchi
2014-02-24 17:35:25pitrousetmessageid: <1393263325.4.0.0685938236374.issue20762@psf.upfronthosting.co.za>
2014-02-24 17:35:25pitroulinkissue20762 messages
2014-02-24 17:35:25pitroucreate