Paulo Costa added the comment:

Thanks for the replies.

What I'm actually trying to do is to access from a character file from 
/dev/input/event*.

Streams are pretty much what I want to use but (as far as I can tell) asyncio's 
streams only support network and unix sockets. Files are left behind.

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.

----------

_______________________________________
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

Reply via email to