summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-13-11-49-52.bpo-34666.3uLtWv.rst
blob: be82cfed7f138af3dd4f0fdd2ad586ccef987a33 (plain)
1
2
3
Implement ``asyncio.StreamWriter.awrite`` and
``asyncio.StreamWriter.aclose()`` coroutines.  Methods are needed for
providing a consistent stream API with control flow switched on by default.