summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-26-13-09-34.bpo-33654.IbYWxA.rst
blob: 3ae506ddc55f415d6e13e1083f629029f309a7bf (plain)
1
2
3
Fix transport.set_protocol() to support switching between asyncio.Protocol
and asyncio.BufferedProtocol.  Fix loop.start_tls() to work with
asyncio.BufferedProtocols.