Guido van Rossum added the comment:

sys.stdin.readline() never delegates to GNU readline.  The REPL calls GNU 
readline directly.  There's clearly some condition that determines whether to 
call GNU readline or sys.stdin.readline, but it may not correspond to what you 
want (e.g. it may just test whether FD 0 is a tty).  Can you find in the 
CPython source code where this determination is made?

----------

_______________________________________
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