Message285539
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. |
|
Date |
User |
Action |
Args |
2017-01-16 06:13:25 | martin.panter | set | recipients:
+ martin.panter, brett.cannon, doko, vstinner, nadeem.vawda, ezio.melotti, Arfrever, xdegaye, python-dev, petri.lehtinen, serhiy.storchaka |
2017-01-16 06:13:25 | martin.panter | set | messageid: <1484547205.32.0.987381760853.issue13886@psf.upfronthosting.co.za> |
2017-01-16 06:13:25 | martin.panter | link | issue13886 messages |
2017-01-16 06:13:24 | martin.panter | create | |
|