STINNER Victor added the comment: > Anyway, despite the existence of streams and protocols, I still believe that > `asyncio.read()`, `asyncio.write()` and `asyncio.select()` would be > nice-to-have low-level APIs.
You can probably develop your own helper functions based on existing asyncio function. I'm opposed to add such helper functions since it doesn't fit into the design of asyncio. Please read a little bit more about event loops and how asyncio is design. Don't hesitate to come back if you have something concrete, but IMHO this discussion should be moved to the python-tulip Google Groups rather than a *bug tracker*. I close the issue. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26270> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com