You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Currently, asyncio doesn't provide any helper to read asynchronously data from
sys.stdin, like input(). Twisted implements twisted.internet.stdio:
https://twistedmatrix.com/trac/browser/trunk/twisted/internet/stdio.py
https://twistedmatrix.com/trac/browser/trunk/twisted/internet/_posixstdio.py
https://twistedmatrix.com/trac/browser/trunk/twisted/internet/process.py#L106
https://twistedmatrix.com/trac/browser/trunk/twisted/internet/_win32stdio.py
See also https://code.google.com/p/tulip/issues/detail?id=147
Original issue reported on code.google.com by [email protected] on 2 Nov 2014 at 10:55