Message301653
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. |
|
Date |
User |
Action |
Args |
2017-09-08 00:05:19 | christian.heimes | set | recipients:
+ christian.heimes, docs@python, martin.panter |
2017-09-08 00:05:19 | christian.heimes | set | messageid: <1504829119.27.0.790036591034.issue27340@psf.upfronthosting.co.za> |
2017-09-08 00:05:19 | christian.heimes | link | issue27340 messages |
2017-09-08 00:05:18 | christian.heimes | create | |
|