Drekin added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17620>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to