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 christian.heimes
Recipients christian.heimes, docs@python, martin.panter
Date 2017-09-08.00:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504829119.27.0.790036591034.issue27340@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.6 and master, SSLSocket.sendall() now accepts any bytes-like object that can be cast to bytes. Since it uses a sliced memoryview instead of sliced bytes, it avoids extra copies of the payload, too.
History
Date User Action Args
2017-09-08 00:05:19christian.heimessetrecipients: + christian.heimes, docs@python, martin.panter
2017-09-08 00:05:19christian.heimessetmessageid: <1504829119.27.0.790036591034.issue27340@psf.upfronthosting.co.za>
2017-09-08 00:05:19christian.heimeslinkissue27340 messages
2017-09-08 00:05:18christian.heimescreate