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 martin.panter
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, orsenthil, vstinner
Date 2016-09-09.10:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473416424.45.0.918214006562.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
How does that tie in with SSLObject.read() and write(). I have never used this class, but the documentation refers back to SSLSocket.

It seems there are no recv() etc methods to use as an alternative. So maybe deprecate read() and write() on SSLSocket only, and leave SSLObject intact?
History
Date User Action Args
2016-09-09 10:20:24martin.pantersetrecipients: + martin.panter, janssen, orsenthil, vstinner, giampaolo.rodola, christian.heimes, alex, dstufft, Lukasa
2016-09-09 10:20:24martin.pantersetmessageid: <1473416424.45.0.918214006562.issue28022@psf.upfronthosting.co.za>
2016-09-09 10:20:24martin.panterlinkissue28022 messages
2016-09-09 10:20:24martin.pantercreate