[issue1927] raw_input behavior incorrect if readline not enabled

Martin Panter report at bugs.python.org
Fri Feb 5 02:59:35 EST 2016


Martin Panter added the comment:

Okay, I see. To clarify, it is Python that sets up Gnu Readline for stdout: <https://hg.python.org/cpython/file/v3.5.1/Python/bltinmodule.c#l1941>. The problem is whichever way we go, we will have to change some part of the behaviour to make it internally consistent. I think my patch is the minimal change required.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1927>
_______________________________________


More information about the Python-bugs-list mailing list