[issue13886] readline-related test_builtin failure

Martin Panter report at bugs.python.org
Mon Jan 16 01:13:25 EST 2017


Martin Panter added the comment:

V3 of my patch skips the Readline tests in cases involving non-ASCII bytes when the locale seen by Readline would be ASCII. Readline may translate the non-ASCII bytes to escape sequences, and treat them as special Meta (Alt) key combinations. This behaviour depends on Readline configuration (“set convert-meta off” in /etc/inputrc in my case).

It also includes a potential workaround for Android, depending on the resolution of Issue 28997.

----------
Added file: http://bugs.python.org/file46296/input-readline.v3.patch

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


More information about the Python-bugs-list mailing list