Message224334
My naive picture of ideal situation looks like this: When the interactive loop wants input, it just calls sys.stdin.readline, which delegates to sys.stdin.buffer.raw.readinto or .read, these can use GNU readline if available to get the data. May I ask, what's wrong with my picture? |
|
| Date |
User |
Action |
Args |
| 2014-07-30 18:04:22 | Drekin | set | recipients:
+ Drekin, gvanrossum, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, tshepang, steve.dower |
| 2014-07-30 18:04:22 | Drekin | set | messageid: <[email protected]> |
| 2014-07-30 18:04:22 | Drekin | link | issue17620 messages |
| 2014-07-30 18:04:22 | Drekin | create | |
|