[issue26270] Support for read()/write()/select() on asyncio

STINNER Victor report at bugs.python.org
Thu Mar 17 10:57:15 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26270>
_______________________________________


More information about the Python-bugs-list mailing list