This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paulo Costa
Recipients Paulo Costa, gvanrossum, martin.panter, vstinner, yselivanov
Date 2016-03-17.14:53:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458226388.1.0.426194358662.issue26270@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-17 14:53:08Paulo Costasetrecipients: + Paulo Costa, gvanrossum, vstinner, martin.panter, yselivanov
2016-03-17 14:53:08Paulo Costasetmessageid: <1458226388.1.0.426194358662.issue26270@psf.upfronthosting.co.za>
2016-03-17 14:53:08Paulo Costalinkissue26270 messages
2016-03-17 14:53:07Paulo Costacreate