This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Arfrever, brett.cannon, doko, ezio.melotti, martin.panter, nadeem.vawda, petri.lehtinen, python-dev, serhiy.storchaka, vstinner, xdegaye
Date 2017-01-16.06:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484547205.32.0.987381760853.issue13886@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-16 06:13:25martin.pantersetrecipients: + martin.panter, brett.cannon, doko, vstinner, nadeem.vawda, ezio.melotti, Arfrever, xdegaye, python-dev, petri.lehtinen, serhiy.storchaka
2017-01-16 06:13:25martin.pantersetmessageid: <1484547205.32.0.987381760853.issue13886@psf.upfronthosting.co.za>
2017-01-16 06:13:25martin.panterlinkissue13886 messages
2017-01-16 06:13:24martin.pantercreate